Html Css Color HEX #2454DB Cerulean Blue

📋 copy color: '#2454DB'

red 36 ◦ green 84 ◦ blue 219

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

Shades of Cerulean Blue #2454DB

Tints of Cerulean Blue #2454DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 10.62%
G = 24.78%
B = 64.6%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2454DB (or 0x2454DB) is known color: Cerulean Blue. HEX triplet: 24, 54 and DB. RGB value is (36,84,219). Sum of RGB (Red+Green+Blue) = 36+84+219=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2454DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454DB is #DBAB24. Grayscale: #545454. Windows color (decimal): -14396197 or 14373924. OLE color: 14373924.

HSL color Cylindrical-coordinate representation of color #2454DB: hue angle of 224.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2454DB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 84 219 -
CMYK 0.84 0.62 0 0.14
HSL 224.26º 0.72% 0.5% -
HSV(B) 224.26º 0.84% 0.86% -
XYZ 16.68 11.83 68.42 -
YUV 85.04 203.6 93.02 -
System Red Green Blue C M Y K H S L
Decimal 36 84 219 0.84 0.62 0 0.14 224.26 0.72 0.5
Hex 24 54 DB 54 3E 0 E E0 48 32
Octal 44 124 333 124 76 0 16 340 110 62
Binary 100100 1010100 11011011 1010100 111110 0 1110 11100000 1001000 110010

Color Harmonies of #2454DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454DB

Black with #2454DB

Text Example


Text Example

White with #2454DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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