Html Css Color HEX #2F51CB Cerulean Blue

📋 copy color: '#2F51CB'

red 47 ◦ green 81 ◦ blue 203

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

Shades of Cerulean Blue #2F51CB

Tints of Cerulean Blue #2F51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.47%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 14.2%
G = 24.47%
B = 61.33%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F51CB (or 0x2F51CB) is known color: Cerulean Blue. HEX triplet: 2F, 51 and CB. RGB value is (47,81,203). Sum of RGB (Red+Green+Blue) = 47+81+203=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F51CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F51CB is #D0AE34. Grayscale: #545454. Windows color (decimal): -13676085 or 13324591. OLE color: 13324591.

HSL color Cylindrical-coordinate representation of color #2F51CB: hue angle of 226.92º 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 #2F51CB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 81 203 -
CMYK 0.77 0.60 0 0.20
HSL 226.92º 0.62% 0.49% -
HSV(B) 226.92º 0.77% 0.8% -
XYZ 14.89 10.8 57.8 -
YUV 84.74 194.74 101.08 -
System Red Green Blue C M Y K H S L
Decimal 47 81 203 0.77 0.60 0 0.20 226.92 0.62 0.49
Hex 2F 51 CB 4D 3C 0 14 E3 3E 31
Octal 57 121 313 115 74 0 24 343 76 61
Binary 101111 1010001 11001011 1001101 111100 0 10100 11100011 111110 110001

Color Harmonies of #2F51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F51CB

Black with #2F51CB

Text Example


Text Example

White with #2F51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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