Html Css Color HEX #2449CE Cerulean Blue

📋 copy color: '#2449CE'

red 36 ◦ green 73 ◦ blue 206

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

Shades of Cerulean Blue #2449CE

Tints of Cerulean Blue #2449CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 11.43%
G = 23.17%
B = 65.4%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2449CE (or 0x2449CE) is known color: Cerulean Blue. HEX triplet: 24, 49 and CE. RGB value is (36,73,206). Sum of RGB (Red+Green+Blue) = 36+73+206=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2449CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449CE is #DBB631. Grayscale: #4C4C4C. Windows color (decimal): -14399026 or 13519140. OLE color: 13519140.

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

Color convert

RGB 36 73 206 -
CMYK 0.83 0.65 0 0.19
HSL 226.94º 0.7% 0.47% -
HSV(B) 226.94º 0.83% 0.81% -
XYZ 14.25 9.6 59.49 -
YUV 77.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 36 73 206 0.83 0.65 0 0.19 226.94 0.7 0.47
Hex 24 49 CE 53 41 0 13 E3 46 2F
Octal 44 111 316 123 101 0 23 343 106 57
Binary 100100 1001001 11001110 1010011 1000001 0 10011 11100011 1000110 101111

Color Harmonies of #2449CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449CE

Black with #2449CE

Text Example


Text Example

White with #2449CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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