Html Css Color HEX #2247DC Cerulean Blue

📋 copy color: '#2247DC'

red 34 ◦ green 71 ◦ blue 220

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

Shades of Cerulean Blue #2247DC

Tints of Cerulean Blue #2247DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 10.46%
G = 21.85%
B = 67.69%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2247DC (or 0x2247DC) is known color: Cerulean Blue. HEX triplet: 22, 47 and DC. RGB value is (34,71,220). Sum of RGB (Red+Green+Blue) = 34+71+220=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2247DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247DC is #DDB823. Grayscale: #4C4C4C. Windows color (decimal): -14530596 or 14436130. OLE color: 14436130.

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

Color convert

RGB 34 71 220 -
CMYK 0.85 0.68 0 0.14
HSL 228.06º 0.73% 0.5% -
HSV(B) 228.06º 0.85% 0.86% -
XYZ 15.83 10.01 68.81 -
YUV 76.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 34 71 220 0.85 0.68 0 0.14 228.06 0.73 0.5
Hex 22 47 DC 55 44 0 E E4 49 32
Octal 42 107 334 125 104 0 16 344 111 62
Binary 100010 1000111 11011100 1010101 1000100 0 1110 11100100 1001001 110010

Color Harmonies of #2247DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2247DC

Black with #2247DC

Text Example


Text Example

White with #2247DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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