Html Css Color HEX #2248DC Cerulean Blue

📋 copy color: '#2248DC'

red 34 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #2248DC

Tints of Cerulean Blue #2248DC

RGB

 RED value IS 34 (13.67% from 255) = 10.43%

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

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 10.43%
G = 22.09%
B = 67.48%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2248DC (or 0x2248DC) is known color: Cerulean Blue. HEX triplet: 22, 48 and DC. RGB value is (34,72,220). Sum of RGB (Red+Green+Blue) = 34+72+220=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2248DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2248DC is #DDB723. Grayscale: #4C4C4C. Windows color (decimal): -14530340 or 14436386. OLE color: 14436386.

HSL color Cylindrical-coordinate representation of color #2248DC: hue angle of 227.74º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2248DC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 72 220 -
CMYK 0.85 0.67 0 0.14
HSL 227.74º 0.73% 0.5% -
HSV(B) 227.74º 0.85% 0.86% -
XYZ 15.9 10.14 68.83 -
YUV 77.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 34 72 220 0.85 0.67 0 0.14 227.74 0.73 0.5
Hex 22 48 DC 55 43 0 E E4 49 32
Octal 42 110 334 125 103 0 16 344 111 62
Binary 100010 1001000 11011100 1010101 1000011 0 1110 11100100 1001001 110010

Color Harmonies of #2248DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2248DC

Black with #2248DC

Text Example


Text Example

White with #2248DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2248DC; }

 p { color: rgb(34,72,220); }

 H1.HeaderClassName
 {
   color: #2248DC;
 }
 .AnyTagClassName
 {
   color: #2248DC;
 }
</style>

background-color css

<style>
 a { background-color: #2248DC; }

 a { background-color: rgb(34,72,220); }

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

border-color css

<style>
 span { border-color: #2248DC; }

 span { border-color: rgb(34,72,220); }

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