#2F66CB

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

Shades of Cerulean Blue #2F66CB

Tints of Cerulean Blue #2F66CB

Color information

#2F66CB (or 0x2F66CB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 66 and CB. RGB value is (47,102,203). Sum of RGB (Red+Green+Blue) = 47+102+203=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F66CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F66CB is #D09934. Grayscale: #606060. Windows color (decimal): -13670709 or 13329967. OLE color: 13329967.

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

Color convert

RGB47102203-
CMYK0.770.5000.20
HSL218.85º62.4%49.02%-
HSV(B)218.85º76.85%79.61%-
XYZ16.714.4258.4-
YUV97.07187.7892.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=13.35%
G=28.98%
B=57.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471022030.770.5000.20218.8562.449.02
Hex2F66CB4D32014db3e31
Octal57146313115620243337661
Binary101111110011011001011100110111001001010011011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,203); }

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

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

 a { background-color: rgb(47,102,203); }

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

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

 span { border-color: rgb(47,102,203); }

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