Html Css Color HEX #219CD2 Summer Sky

📋 copy color: '#219CD2'

red 33 ◦ green 156 ◦ blue 210

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

Shades of Summer Sky #219CD2

Tints of Summer Sky #219CD2

RGB

 RED value IS 33 (13.28% from 255) = 8.27%

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 210 (82.42% from 255) = 52.63%

R = 8.27%
G = 39.1%
B = 52.63%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#219CD2 (or 0x219CD2) is known color: Summer Sky. HEX triplet: 21, 9C and D2. RGB value is (33,156,210). Sum of RGB (Red+Green+Blue) = 33+156+210=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #219CD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CD2 is #DE632D. Grayscale: #7D7D7D. Windows color (decimal): -14574382 or 13802529. OLE color: 13802529.

HSL color Cylindrical-coordinate representation of color #219CD2: hue angle of 198.31º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219CD2 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 156 210 -
CMYK 0.84 0.26 0 0.18
HSL 198.31º 0.73% 0.48% -
HSV(B) 198.31º 0.84% 0.82% -
XYZ 24.15 28.75 65.25 -
YUV 125.38 175.75 62.11 -
System Red Green Blue C M Y K H S L
Decimal 33 156 210 0.84 0.26 0 0.18 198.31 0.73 0.48
Hex 21 9C D2 54 1A 0 12 C6 49 30
Octal 41 234 322 124 32 0 22 306 111 60
Binary 100001 10011100 11010010 1010100 11010 0 10010 11000110 1001001 110000

Color Harmonies of #219CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CD2

Black with #219CD2

Text Example


Text Example

White with #219CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219CD2; }

 p { color: rgb(33,156,210); }

 H1.HeaderClassName
 {
   color: #219CD2;
 }
 .AnyTagClassName
 {
   color: #219CD2;
 }
</style>

background-color css

<style>
 a { background-color: #219CD2; }

 a { background-color: rgb(33,156,210); }

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

border-color css

<style>
 span { border-color: #219CD2; }

 span { border-color: rgb(33,156,210); }

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