Html Css Color HEX #2249DC Cerulean Blue

📋 copy color: '#2249DC'

red 34 ◦ green 73 ◦ blue 220

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

Shades of Cerulean Blue #2249DC

Tints of Cerulean Blue #2249DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 10.4%
G = 22.32%
B = 67.28%

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

#2249DC (or 0x2249DC) is known color: Cerulean Blue. HEX triplet: 22, 49 and DC. RGB value is (34,73,220). Sum of RGB (Red+Green+Blue) = 34+73+220=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #2249DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249DC is #DDB623. Grayscale: #4D4D4D. Windows color (decimal): -14530084 or 14436642. OLE color: 14436642.

HSL color Cylindrical-coordinate representation of color #2249DC: hue angle of 227.42º 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 #2249DC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 73 220 -
CMYK 0.85 0.67 0 0.14
HSL 227.42º 0.73% 0.5% -
HSV(B) 227.42º 0.85% 0.86% -
XYZ 15.96 10.27 68.85 -
YUV 78.1 208.08 96.55 -
System Red Green Blue C M Y K H S L
Decimal 34 73 220 0.85 0.67 0 0.14 227.42 0.73 0.5
Hex 22 49 DC 55 43 0 E E3 49 32
Octal 42 111 334 125 103 0 16 343 111 62
Binary 100010 1001001 11011100 1010101 1000011 0 1110 11100011 1001001 110010

Color Harmonies of #2249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2249DC

Black with #2249DC

Text Example


Text Example

White with #2249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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