Html Css Color HEX #2448CE Cerulean Blue

📋 copy color: '#2448CE'

red 36 ◦ green 72 ◦ blue 206

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

Shades of Cerulean Blue #2448CE

Tints of Cerulean Blue #2448CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 11.46%
G = 22.93%
B = 65.61%

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

#2448CE (or 0x2448CE) is known color: Cerulean Blue. HEX triplet: 24, 48 and CE. RGB value is (36,72,206). Sum of RGB (Red+Green+Blue) = 36+72+206=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #2448CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448CE is #DBB731. Grayscale: #4B4B4B. Windows color (decimal): -14399282 or 13518884. OLE color: 13518884.

HSL color Cylindrical-coordinate representation of color #2448CE: hue angle of 227.29º 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 #2448CE is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 72 206 -
CMYK 0.83 0.65 0 0.19
HSL 227.29º 0.7% 0.47% -
HSV(B) 227.29º 0.83% 0.81% -
XYZ 14.19 9.47 59.47 -
YUV 76.51 201.07 99.1 -
System Red Green Blue C M Y K H S L
Decimal 36 72 206 0.83 0.65 0 0.19 227.29 0.7 0.47
Hex 24 48 CE 53 41 0 13 E3 46 2F
Octal 44 110 316 123 101 0 23 343 106 57
Binary 100100 1001000 11001110 1010011 1000001 0 10011 11100011 1000110 101111

Color Harmonies of #2448CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448CE

Black with #2448CE

Text Example


Text Example

White with #2448CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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