Html Css Color HEX #2F4FB6 Cerulean Blue

📋 copy color: '#2F4FB6'

red 47 ◦ green 79 ◦ blue 182

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

Shades of Cerulean Blue #2F4FB6

Tints of Cerulean Blue #2F4FB6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 182 (71.48% from 255) = 59.09%

R = 15.26%
G = 25.65%
B = 59.09%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2F4FB6 (or 0x2F4FB6) is known color: Cerulean Blue. HEX triplet: 2F, 4F and B6. RGB value is (47,79,182). Sum of RGB (Red+Green+Blue) = 47+79+182=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F4FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FB6 is #D0B049. Grayscale: #505050. Windows color (decimal): -13676618 or 11947823. OLE color: 11947823.

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

Color convert

RGB 47 79 182 -
CMYK 0.74 0.57 0 0.29
HSL 225.78º 0.59% 0.45% -
HSV(B) 225.78º 0.74% 0.71% -
XYZ 12.41 9.57 45.45 -
YUV 81.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 47 79 182 0.74 0.57 0 0.29 225.78 0.59 0.45
Hex 2F 4F B6 4A 39 0 1D E2 3B 2D
Octal 57 117 266 112 71 0 35 342 73 55
Binary 101111 1001111 10110110 1001010 111001 0 11101 11100010 111011 101101

Color Harmonies of #2F4FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4FB6

Black with #2F4FB6

Text Example


Text Example

White with #2F4FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,79,182); }

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

background-color css

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

 a { background-color: rgb(47,79,182); }

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

border-color css

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

 span { border-color: rgb(47,79,182); }

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