Html Css Color HEX #2449CA Cerulean Blue

📋 copy color: '#2449CA'

red 36 ◦ green 73 ◦ blue 202

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

Shades of Cerulean Blue #2449CA

Tints of Cerulean Blue #2449CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.95%

R = 11.58%
G = 23.47%
B = 64.95%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2449CA (or 0x2449CA) is known color: Cerulean Blue. HEX triplet: 24, 49 and CA. RGB value is (36,73,202). Sum of RGB (Red+Green+Blue) = 36+73+202=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #2449CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449CA is #DBB635. Grayscale: #4C4C4C. Windows color (decimal): -14399030 or 13256996. OLE color: 13256996.

HSL color Cylindrical-coordinate representation of color #2449CA: hue angle of 226.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2449CA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 73 202 -
CMYK 0.82 0.64 0 0.21
HSL 226.63º 0.7% 0.47% -
HSV(B) 226.63º 0.82% 0.79% -
XYZ 13.77 9.4 56.97 -
YUV 76.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 36 73 202 0.82 0.64 0 0.21 226.63 0.7 0.47
Hex 24 49 CA 52 40 0 15 E3 46 2F
Octal 44 111 312 122 100 0 25 343 106 57
Binary 100100 1001001 11001010 1010010 1000000 0 10101 11100011 1000110 101111

Color Harmonies of #2449CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449CA

Black with #2449CA

Text Example


Text Example

White with #2449CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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