Html Css Color HEX #2448CF Cerulean Blue

📋 copy color: '#2448CF'

red 36 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #2448CF

Tints of Cerulean Blue #2448CF

RGB

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

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

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

R = 11.43%
G = 22.86%
B = 65.71%

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

#2448CF (or 0x2448CF) is known color: Cerulean Blue. HEX triplet: 24, 48 and CF. RGB value is (36,72,207). Sum of RGB (Red+Green+Blue) = 36+72+207=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #2448CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448CF is #DBB730. Grayscale: #4C4C4C. Windows color (decimal): -14399281 or 13584420. OLE color: 13584420.

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

Color convert

RGB 36 72 207 -
CMYK 0.83 0.65 0 0.19
HSL 227.37º 0.7% 0.48% -
HSV(B) 227.37º 0.83% 0.81% -
XYZ 14.31 9.51 60.11 -
YUV 76.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 36 72 207 0.83 0.65 0 0.19 227.37 0.7 0.48
Hex 24 48 CF 53 41 0 13 E3 46 30
Octal 44 110 317 123 101 0 23 343 106 60
Binary 100100 1001000 11001111 1010011 1000001 0 10011 11100011 1000110 110000

Color Harmonies of #2448CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448CF

Black with #2448CF

Text Example


Text Example

White with #2448CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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