Html Css Color HEX #2551CB Cerulean Blue

📋 copy color: '#2551CB'

red 37 ◦ green 81 ◦ blue 203

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

Shades of Cerulean Blue #2551CB

Tints of Cerulean Blue #2551CB

RGB

 RED value IS 37 (14.84% from 255) = 11.53%

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

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

R = 11.53%
G = 25.23%
B = 63.24%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2551CB (or 0x2551CB) is known color: Cerulean Blue. HEX triplet: 25, 51 and CB. RGB value is (37,81,203). Sum of RGB (Red+Green+Blue) = 37+81+203=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #2551CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551CB is #DAAE34. Grayscale: #515151. Windows color (decimal): -14331445 or 13324581. OLE color: 13324581.

HSL color Cylindrical-coordinate representation of color #2551CB: hue angle of 224.1º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2551CB is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 81 203 -
CMYK 0.82 0.60 0 0.20
HSL 224.1º 0.69% 0.47% -
HSV(B) 224.1º 0.82% 0.8% -
XYZ 14.48 10.59 57.78 -
YUV 81.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 37 81 203 0.82 0.60 0 0.20 224.1 0.69 0.47
Hex 25 51 CB 52 3C 0 14 E0 45 2F
Octal 45 121 313 122 74 0 24 340 105 57
Binary 100101 1010001 11001011 1010010 111100 0 10100 11100000 1000101 101111

Color Harmonies of #2551CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2551CB

Black with #2551CB

Text Example


Text Example

White with #2551CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2551CB; }

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

 H1.HeaderClassName
 {
   color: #2551CB;
 }
 .AnyTagClassName
 {
   color: #2551CB;
 }
</style>

background-color css

<style>
 a { background-color: #2551CB; }

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

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

border-color css

<style>
 span { border-color: #2551CB; }

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

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