#2F6EF2

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

Shades of Royal Blue #2F6EF2

Tints of Royal Blue #2F6EF2

Color information

#2F6EF2 (or 0x2F6EF2) is unknown color: approx Royal Blue. HEX triplet: 2F, 6E and F2. RGB value is (47,110,242). Sum of RGB (Red+Green+Blue) = 47+110+242=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #2F6EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6EF2 is #D0910D. Grayscale: #696969. Windows color (decimal): -13668622 or 15887919. OLE color: 15887919.

HSL color Cylindrical-coordinate representation of color #2F6EF2: hue angle of 220.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6EF2 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB47110242-
CMYK0.810.5500.05
HSL220.62º88.24%56.67%-
HSV(B)220.62º80.58%94.9%-
XYZ22.7818.1786.31-
YUV106.21204.6385.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.78%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 242 (94.92% from 255) = 60.65%
R=11.78%
G=27.57%
B=60.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal471102420.810.5500.05220.6288.2456.67
Hex2F6EF2513705dd5839
Octal57156362121670533513071
Binary10111111011101111001010100011101110101110111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,242); }

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

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

 a { background-color: rgb(47,110,242); }

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

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

 span { border-color: rgb(47,110,242); }

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