Html Css Color HEX #2454E0 Cerulean Blue

📋 copy color: '#2454E0'

red 36 ◦ green 84 ◦ blue 224

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

Shades of Cerulean Blue #2454E0

Tints of Cerulean Blue #2454E0

RGB

 RED value IS 36 (14.45% from 255) = 10.47%

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

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

R = 10.47%
G = 24.42%
B = 65.12%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2454E0 (or 0x2454E0) is known color: Cerulean Blue. HEX triplet: 24, 54 and E0. RGB value is (36,84,224). Sum of RGB (Red+Green+Blue) = 36+84+224=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #2454E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454E0 is #DBAB1F. Grayscale: #555555. Windows color (decimal): -14396192 or 14701604. OLE color: 14701604.

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

Color convert

RGB 36 84 224 -
CMYK 0.84 0.62 0 0.12
HSL 224.68º 0.75% 0.51% -
HSV(B) 224.68º 0.84% 0.88% -
XYZ 17.35 12.1 71.94 -
YUV 85.61 206.1 92.62 -
System Red Green Blue C M Y K H S L
Decimal 36 84 224 0.84 0.62 0 0.12 224.68 0.75 0.51
Hex 24 54 E0 54 3E 0 C E1 4B 33
Octal 44 124 340 124 76 0 14 341 113 63
Binary 100100 1010100 11100000 1010100 111110 0 1100 11100001 1001011 110011

Color Harmonies of #2454E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454E0

Black with #2454E0

Text Example


Text Example

White with #2454E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,84,224); }

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

background-color css

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

 a { background-color: rgb(36,84,224); }

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

border-color css

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

 span { border-color: rgb(36,84,224); }

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