Html Css Color HEX #219AD2 Summer Sky

📋 copy color: '#219AD2'

red 33 ◦ green 154 ◦ blue 210

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

Shades of Summer Sky #219AD2

Tints of Summer Sky #219AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 8.31%
G = 38.79%
B = 52.9%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#219AD2 (or 0x219AD2) is known color: Summer Sky. HEX triplet: 21, 9A and D2. RGB value is (33,154,210). Sum of RGB (Red+Green+Blue) = 33+154+210=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #219AD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219AD2 is #DE652D. Grayscale: #7B7B7B. Windows color (decimal): -14574894 or 13802017. OLE color: 13802017.

HSL color Cylindrical-coordinate representation of color #219AD2: hue angle of 198.98º 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 #219AD2 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 154 210 -
CMYK 0.84 0.27 0 0.18
HSL 198.98º 0.73% 0.48% -
HSV(B) 198.98º 0.84% 0.82% -
XYZ 23.82 28.09 65.14 -
YUV 124.21 176.41 62.95 -
System Red Green Blue C M Y K H S L
Decimal 33 154 210 0.84 0.27 0 0.18 198.98 0.73 0.48
Hex 21 9A D2 54 1B 0 12 C7 49 30
Octal 41 232 322 124 33 0 22 307 111 60
Binary 100001 10011010 11010010 1010100 11011 0 10010 11000111 1001001 110000

Color Harmonies of #219AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219AD2

Black with #219AD2

Text Example


Text Example

White with #219AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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