Html Css Color HEX #2544E0 Cerulean Blue

📋 copy color: '#2544E0'

red 37 ◦ green 68 ◦ blue 224

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

Shades of Cerulean Blue #2544E0

Tints of Cerulean Blue #2544E0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 224 (87.89% from 255) = 68.09%

R = 11.25%
G = 20.67%
B = 68.09%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2544E0 (or 0x2544E0) is known color: Cerulean Blue. HEX triplet: 25, 44 and E0. RGB value is (37,68,224). Sum of RGB (Red+Green+Blue) = 37+68+224=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #2544E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544E0 is #DABB1F. Grayscale: #4B4B4B. Windows color (decimal): -14334752 or 14697509. OLE color: 14697509.

HSL color Cylindrical-coordinate representation of color #2544E0: hue angle of 230.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2544E0 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 68 224 -
CMYK 0.83 0.70 0 0.12
HSL 230.05º 0.75% 0.51% -
HSV(B) 230.05º 0.83% 0.88% -
XYZ 16.28 9.91 71.58 -
YUV 76.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 37 68 224 0.83 0.70 0 0.12 230.05 0.75 0.51
Hex 25 44 E0 53 46 0 C E6 4B 33
Octal 45 104 340 123 106 0 14 346 113 63
Binary 100101 1000100 11100000 1010011 1000110 0 1100 11100110 1001011 110011

Color Harmonies of #2544E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2544E0

Black with #2544E0

Text Example


Text Example

White with #2544E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2544E0; }

 p { color: rgb(37,68,224); }

 H1.HeaderClassName
 {
   color: #2544E0;
 }
 .AnyTagClassName
 {
   color: #2544E0;
 }
</style>

background-color css

<style>
 a { background-color: #2544E0; }

 a { background-color: rgb(37,68,224); }

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

border-color css

<style>
 span { border-color: #2544E0; }

 span { border-color: rgb(37,68,224); }

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