#2f4fe4

Color #2F4FE4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2F4FE4

Tints of Royal Blue #2F4FE4

Color information

#2F4FE4 (or 0x2F4FE4) is unknown color: approx Royal Blue. HEX triplet: 2F, 4F and E4. RGB value is (47,79,228). Sum of RGB (Red+Green+Blue) = 47+79+228=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #2F4FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FE4 is #D0B01B. Grayscale: #555555. Windows color (decimal): -13676572 or 14962479. OLE color: 14962479.

HSL color Cylindrical-coordinate representation of color #2F4FE4: hue angle of 229.39º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F4FE4 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4779228-
CMYK0.790.6500.11
HSL229.39º77.02%53.92%-
HSV(B)229.39º79.39%89.41%-
XYZ17.9711.874.73-
YUV86.42207.999.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.28%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 228 (89.45% from 255) = 64.41%
R=13.28%
G=22.32%
B=64.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47792280.790.6500.11229.3977.0253.92
Hex2F4FE44F410Be54d36
Octal5711734411710101334511566
Binary1011111001111111001001001111100000101011111001011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f4fe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f4fe4; }

 p { color: rgb(47,79,228); }

 H1.HeaderClassName
 {
   color: #2f4fe4;
 }
 .AnyTagClassName
 {
   color: #2f4fe4;
 }
</style>
background-color css

<style>
 a { background-color: #2f4fe4; }

 a { background-color: rgb(47,79,228); }

 div.DivClassName
 {
   background-color: #2f4fe4;
 }
 .BgClassName
 {
   background-color: #2f4fe4;
 }
</style>
border-color css

<style>
 span { border-color: #2f4fe4; }

 span { border-color: rgb(47,79,228); }

 td.TdClassName
 {
   border-color: #2f4fe4;
 }
 .TagClassName
 {
   border-color: #2f4fe4;
 }
</style>