Html Css Color HEX #2449CF Cerulean Blue

📋 copy color: '#2449CF'

red 36 ◦ green 73 ◦ blue 207

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

Shades of Cerulean Blue #2449CF

Tints of Cerulean Blue #2449CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 11.39%
G = 23.1%
B = 65.51%

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

#2449CF (or 0x2449CF) is known color: Cerulean Blue. HEX triplet: 24, 49 and CF. RGB value is (36,73,207). Sum of RGB (Red+Green+Blue) = 36+73+207=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #2449CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449CF is #DBB630. Grayscale: #4C4C4C. Windows color (decimal): -14399025 or 13584676. OLE color: 13584676.

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

Color convert

RGB 36 73 207 -
CMYK 0.83 0.65 0 0.19
HSL 227.02º 0.7% 0.48% -
HSV(B) 227.02º 0.83% 0.81% -
XYZ 14.37 9.65 60.14 -
YUV 77.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 36 73 207 0.83 0.65 0 0.19 227.02 0.7 0.48
Hex 24 49 CF 53 41 0 13 E3 46 30
Octal 44 111 317 123 101 0 23 343 106 60
Binary 100100 1001001 11001111 1010011 1000001 0 10011 11100011 1000110 110000

Color Harmonies of #2449CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449CF

Black with #2449CF

Text Example


Text Example

White with #2449CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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