Html Css Color HEX #2551CA Cerulean Blue

📋 copy color: '#2551CA'

red 37 ◦ green 81 ◦ blue 202

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

Shades of Cerulean Blue #2551CA

Tints of Cerulean Blue #2551CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 11.56%
G = 25.31%
B = 63.13%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2551CA (or 0x2551CA) is known color: Cerulean Blue. HEX triplet: 25, 51 and CA. RGB value is (37,81,202). Sum of RGB (Red+Green+Blue) = 37+81+202=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #2551CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551CA is #DAAE35. Grayscale: #515151. Windows color (decimal): -14331446 or 13259045. OLE color: 13259045.

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

Color convert

RGB 37 81 202 -
CMYK 0.82 0.60 0 0.21
HSL 224º 0.69% 0.47% -
HSV(B) 224º 0.82% 0.79% -
XYZ 14.37 10.54 57.15 -
YUV 81.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 37 81 202 0.82 0.60 0 0.21 224 0.69 0.47
Hex 25 51 CA 52 3C 0 15 E0 45 2F
Octal 45 121 312 122 74 0 25 340 105 57
Binary 100101 1010001 11001010 1010010 111100 0 10101 11100000 1000101 101111

Color Harmonies of #2551CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2551CA

Black with #2551CA

Text Example


Text Example

White with #2551CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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