Html Css Color HEX #2554CB Cerulean Blue

📋 copy color: '#2554CB'

red 37 ◦ green 84 ◦ blue 203

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

Shades of Cerulean Blue #2554CB

Tints of Cerulean Blue #2554CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 11.42%
G = 25.93%
B = 62.65%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2554CB (or 0x2554CB) is known color: Cerulean Blue. HEX triplet: 25, 54 and CB. RGB value is (37,84,203). Sum of RGB (Red+Green+Blue) = 37+84+203=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #2554CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554CB is #DAAB34. Grayscale: #525252. Windows color (decimal): -14330677 or 13325349. OLE color: 13325349.

HSL color Cylindrical-coordinate representation of color #2554CB: hue angle of 223.01º 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 #2554CB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 84 203 -
CMYK 0.82 0.59 0 0.20
HSL 223.01º 0.69% 0.47% -
HSV(B) 223.01º 0.82% 0.8% -
XYZ 14.71 11.05 57.86 -
YUV 83.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 37 84 203 0.82 0.59 0 0.20 223.01 0.69 0.47
Hex 25 54 CB 52 3B 0 14 DF 45 2F
Octal 45 124 313 122 73 0 24 337 105 57
Binary 100101 1010100 11001011 1010010 111011 0 10100 11011111 1000101 101111

Color Harmonies of #2554CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554CB

Black with #2554CB

Text Example


Text Example

White with #2554CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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