Html Css Color HEX #2454DD Cerulean Blue

📋 copy color: '#2454DD'

red 36 ◦ green 84 ◦ blue 221

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

Shades of Cerulean Blue #2454DD

Tints of Cerulean Blue #2454DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 10.56%
G = 24.63%
B = 64.81%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2454DD (or 0x2454DD) is known color: Cerulean Blue. HEX triplet: 24, 54 and DD. RGB value is (36,84,221). Sum of RGB (Red+Green+Blue) = 36+84+221=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #2454DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454DD is #DBAB22. Grayscale: #545454. Windows color (decimal): -14396195 or 14504996. OLE color: 14504996.

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

Color convert

RGB 36 84 221 -
CMYK 0.84 0.62 0 0.13
HSL 224.43º 0.73% 0.5% -
HSV(B) 224.43º 0.84% 0.87% -
XYZ 16.95 11.94 69.82 -
YUV 85.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 36 84 221 0.84 0.62 0 0.13 224.43 0.73 0.5
Hex 24 54 DD 54 3E 0 D E0 49 32
Octal 44 124 335 124 76 0 15 340 111 62
Binary 100100 1010100 11011101 1010100 111110 0 1101 11100000 1001001 110010

Color Harmonies of #2454DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454DD

Black with #2454DD

Text Example


Text Example

White with #2454DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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