Html Css Color HEX #2448BC Cerulean Blue

📋 copy color: '#2448BC'

red 36 ◦ green 72 ◦ blue 188

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

Shades of Cerulean Blue #2448BC

Tints of Cerulean Blue #2448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 12.16%
G = 24.32%
B = 63.51%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2448BC (or 0x2448BC) is known color: Cerulean Blue. HEX triplet: 24, 48 and BC. RGB value is (36,72,188). Sum of RGB (Red+Green+Blue) = 36+72+188=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #2448BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448BC is #DBB743. Grayscale: #494949. Windows color (decimal): -14399300 or 12339236. OLE color: 12339236.

HSL color Cylindrical-coordinate representation of color #2448BC: hue angle of 225.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2448BC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 72 188 -
CMYK 0.81 0.62 0 0.26
HSL 225.79º 0.68% 0.44% -
HSV(B) 225.79º 0.81% 0.74% -
XYZ 12.12 8.64 48.61 -
YUV 74.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 36 72 188 0.81 0.62 0 0.26 225.79 0.68 0.44
Hex 24 48 BC 51 3E 0 1A E2 44 2C
Octal 44 110 274 121 76 0 32 342 104 54
Binary 100100 1001000 10111100 1010001 111110 0 11010 11100010 1000100 101100

Color Harmonies of #2448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448BC

Black with #2448BC

Text Example


Text Example

White with #2448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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