Html Css Color HEX #219FDA Summer Sky

📋 copy color: '#219FDA'

red 33 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #219FDA

Tints of Summer Sky #219FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 8.05%
G = 38.78%
B = 53.17%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#219FDA (or 0x219FDA) is known color: Summer Sky. HEX triplet: 21, 9F and DA. RGB value is (33,159,218). Sum of RGB (Red+Green+Blue) = 33+159+218=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #219FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FDA is #DE6025. Grayscale: #7F7F7F. Windows color (decimal): -14573606 or 14327585. OLE color: 14327585.

HSL color Cylindrical-coordinate representation of color #219FDA: hue angle of 199.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219FDA is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 159 218 -
CMYK 0.85 0.27 0 0.15
HSL 199.14º 0.74% 0.49% -
HSV(B) 199.14º 0.85% 0.85% -
XYZ 25.68 30.18 70.8 -
YUV 128.05 178.76 60.2 -
System Red Green Blue C M Y K H S L
Decimal 33 159 218 0.85 0.27 0 0.15 199.14 0.74 0.49
Hex 21 9F DA 55 1B 0 F C7 4A 31
Octal 41 237 332 125 33 0 17 307 112 61
Binary 100001 10011111 11011010 1010101 11011 0 1111 11000111 1001010 110001

Color Harmonies of #219FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FDA

Black with #219FDA

Text Example


Text Example

White with #219FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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