#2F6DC9

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

Shades of Cerulean Blue #2F6DC9

Tints of Cerulean Blue #2F6DC9

Color information

#2F6DC9 (or 0x2F6DC9) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 6D and C9. RGB value is (47,109,201). Sum of RGB (Red+Green+Blue) = 47+109+201=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #2F6DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6DC9 is #D09236. Grayscale: #646464. Windows color (decimal): -13668919 or 13200687. OLE color: 13200687.

HSL color Cylindrical-coordinate representation of color #2F6DC9: hue angle of 215.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6DC9 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB47109201-
CMYK0.770.4600.21
HSL215.84º62.1%48.63%-
HSV(B)215.84º76.62%78.82%-
XYZ17.1815.7657.39-
YUV100.95184.4689.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.17%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 201 (78.91% from 255) = 56.30%
R=13.17%
G=30.53%
B=56.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal471092010.770.4600.21215.8462.148.63
Hex2F6DC94D2E015d83e31
Octal57155311115560253307661
Binary101111110110111001001100110110111001010111011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,109,201); }

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

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

 a { background-color: rgb(47,109,201); }

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

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

 span { border-color: rgb(47,109,201); }

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