Html Css Color HEX #219FDD Summer Sky

📋 copy color: '#219FDD'

red 33 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #219FDD

Tints of Summer Sky #219FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 7.99%
G = 38.5%
B = 53.51%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#219FDD (or 0x219FDD) is known color: Summer Sky. HEX triplet: 21, 9F and DD. RGB value is (33,159,221). Sum of RGB (Red+Green+Blue) = 33+159+221=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #219FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FDD is #DE6022. Grayscale: #808080. Windows color (decimal): -14573603 or 14524193. OLE color: 14524193.

HSL color Cylindrical-coordinate representation of color #219FDD: hue angle of 199.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219FDD is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 159 221 -
CMYK 0.85 0.28 0 0.13
HSL 199.79º 0.74% 0.5% -
HSV(B) 199.79º 0.85% 0.87% -
XYZ 26.08 30.34 72.89 -
YUV 128.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 33 159 221 0.85 0.28 0 0.13 199.79 0.74 0.5
Hex 21 9F DD 55 1C 0 D C8 4A 32
Octal 41 237 335 125 34 0 15 310 112 62
Binary 100001 10011111 11011101 1010101 11100 0 1101 11001000 1001010 110010

Color Harmonies of #219FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FDD

Black with #219FDD

Text Example


Text Example

White with #219FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,159,221); }

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

background-color css

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

 a { background-color: rgb(33,159,221); }

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

border-color css

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

 span { border-color: rgb(33,159,221); }

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