Html Css Color HEX #219FD5 Summer Sky

📋 copy color: '#219FD5'

red 33 ◦ green 159 ◦ blue 213

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

Shades of Summer Sky #219FD5

Tints of Summer Sky #219FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 8.15%
G = 39.26%
B = 52.59%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#219FD5 (or 0x219FD5) is known color: Summer Sky. HEX triplet: 21, 9F and D5. RGB value is (33,159,213). Sum of RGB (Red+Green+Blue) = 33+159+213=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #219FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FD5 is #DE602A. Grayscale: #7F7F7F. Windows color (decimal): -14573611 or 13999905. OLE color: 13999905.

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

Color convert

RGB 33 159 213 -
CMYK 0.85 0.25 0 0.16
HSL 198º 0.73% 0.48% -
HSV(B) 198º 0.85% 0.84% -
XYZ 25.04 29.92 67.41 -
YUV 127.48 176.26 60.61 -
System Red Green Blue C M Y K H S L
Decimal 33 159 213 0.85 0.25 0 0.16 198 0.73 0.48
Hex 21 9F D5 55 19 0 10 C6 49 30
Octal 41 237 325 125 31 0 20 306 111 60
Binary 100001 10011111 11010101 1010101 11001 0 10000 11000110 1001001 110000

Color Harmonies of #219FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FD5

Black with #219FD5

Text Example


Text Example

White with #219FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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