#2F6ECF

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

Shades of Royal Blue #2F6ECF

Tints of Royal Blue #2F6ECF

Color information

#2F6ECF (or 0x2F6ECF) is unknown color: approx Royal Blue. HEX triplet: 2F, 6E and CF. RGB value is (47,110,207). Sum of RGB (Red+Green+Blue) = 47+110+207=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6ECF is #D09130. Grayscale: #656565. Windows color (decimal): -13668657 or 13594159. OLE color: 13594159.

HSL color Cylindrical-coordinate representation of color #2F6ECF: hue angle of 216.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6ECF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB47110207-
CMYK0.770.4700.19
HSL216.38º62.99%49.8%-
HSV(B)216.38º77.29%81.18%-
XYZ18.0116.2661.22-
YUV102.22187.1388.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.91%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 207 (81.25% from 255) = 56.87%
R=12.91%
G=30.22%
B=56.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal471102070.770.4700.19216.3862.9949.8
Hex2F6ECF4D2F013d83f32
Octal57156317115570233307762
Binary101111110111011001111100110110111101001111011000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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