Html Css Color HEX #2449D0 Cerulean Blue

📋 copy color: '#2449D0'

red 36 ◦ green 73 ◦ blue 208

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

Shades of Cerulean Blue #2449D0

Tints of Cerulean Blue #2449D0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 208 (81.64% from 255) = 65.62%

R = 11.36%
G = 23.03%
B = 65.62%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2449D0 (or 0x2449D0) is known color: Cerulean Blue. HEX triplet: 24, 49 and D0. RGB value is (36,73,208). Sum of RGB (Red+Green+Blue) = 36+73+208=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #2449D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449D0 is #DBB62F. Grayscale: #4C4C4C. Windows color (decimal): -14399024 or 13650212. OLE color: 13650212.

HSL color Cylindrical-coordinate representation of color #2449D0: hue angle of 227.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2449D0 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 73 208 -
CMYK 0.83 0.65 0 0.18
HSL 227.09º 0.7% 0.48% -
HSV(B) 227.09º 0.83% 0.82% -
XYZ 14.5 9.69 60.78 -
YUV 77.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 36 73 208 0.83 0.65 0 0.18 227.09 0.7 0.48
Hex 24 49 D0 53 41 0 12 E3 46 30
Octal 44 111 320 123 101 0 22 343 106 60
Binary 100100 1001001 11010000 1010011 1000001 0 10010 11100011 1000110 110000

Color Harmonies of #2449D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449D0

Black with #2449D0

Text Example


Text Example

White with #2449D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2449D0; }

 p { color: rgb(36,73,208); }

 H1.HeaderClassName
 {
   color: #2449D0;
 }
 .AnyTagClassName
 {
   color: #2449D0;
 }
</style>

background-color css

<style>
 a { background-color: #2449D0; }

 a { background-color: rgb(36,73,208); }

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

border-color css

<style>
 span { border-color: #2449D0; }

 span { border-color: rgb(36,73,208); }

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