Html Css Color HEX #2448CD Cerulean Blue

📋 copy color: '#2448CD'

red 36 ◦ green 72 ◦ blue 205

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

Shades of Cerulean Blue #2448CD

Tints of Cerulean Blue #2448CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 11.5%
G = 23%
B = 65.5%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2448CD (or 0x2448CD) is known color: Cerulean Blue. HEX triplet: 24, 48 and CD. RGB value is (36,72,205). Sum of RGB (Red+Green+Blue) = 36+72+205=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #2448CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448CD is #DBB732. Grayscale: #4B4B4B. Windows color (decimal): -14399283 or 13453348. OLE color: 13453348.

HSL color Cylindrical-coordinate representation of color #2448CD: hue angle of 227.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2448CD is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 72 205 -
CMYK 0.82 0.65 0 0.20
HSL 227.22º 0.7% 0.47% -
HSV(B) 227.22º 0.82% 0.8% -
XYZ 14.06 9.42 58.83 -
YUV 76.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 36 72 205 0.82 0.65 0 0.20 227.22 0.7 0.47
Hex 24 48 CD 52 41 0 14 E3 46 2F
Octal 44 110 315 122 101 0 24 343 106 57
Binary 100100 1001000 11001101 1010010 1000001 0 10100 11100011 1000110 101111

Color Harmonies of #2448CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448CD

Black with #2448CD

Text Example


Text Example

White with #2448CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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