Html Css Color HEX #2F66B7 Cerulean Blue

📋 copy color: '#2F66B7'

red 47 ◦ green 102 ◦ blue 183

#2F66B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2F66B7

Tints of Cerulean Blue #2F66B7

RGB

 RED value IS 47 (18.75% from 255) = 14.16%

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 183 (71.88% from 255) = 55.12%

R = 14.16%
G = 30.72%
B = 55.12%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2F66B7 (or 0x2F66B7) is known color: Cerulean Blue. HEX triplet: 2F, 66 and B7. RGB value is (47,102,183). Sum of RGB (Red+Green+Blue) = 47+102+183=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F66B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F66B7 is #D09948. Grayscale: #5E5E5E. Windows color (decimal): -13670729 or 12019247. OLE color: 12019247.

HSL color Cylindrical-coordinate representation of color #2F66B7: hue angle of 215.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F66B7 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 102 183 -
CMYK 0.74 0.44 0 0.28
HSL 215.74º 0.59% 0.45% -
HSV(B) 215.74º 0.74% 0.72% -
XYZ 14.47 13.53 46.65 -
YUV 94.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 47 102 183 0.74 0.44 0 0.28 215.74 0.59 0.45
Hex 2F 66 B7 4A 2C 0 1C D8 3B 2D
Octal 57 146 267 112 54 0 34 330 73 55
Binary 101111 1100110 10110111 1001010 101100 0 11100 11011000 111011 101101

Color Harmonies of #2F66B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F66B7

Black with #2F66B7

Text Example


Text Example

White with #2F66B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F66B7;
 }
 .AnyTagClassName
 {
   color: #2F66B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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