Html Css Color HEX #219EDF Summer Sky

📋 copy color: '#219EDF'

red 33 ◦ green 158 ◦ blue 223

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

Shades of Summer Sky #219EDF

Tints of Summer Sky #219EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 7.97%
G = 38.16%
B = 53.86%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#219EDF (or 0x219EDF) is known color: Summer Sky. HEX triplet: 21, 9E and DF. RGB value is (33,158,223). Sum of RGB (Red+Green+Blue) = 33+158+223=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #219EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EDF is #DE6120. Grayscale: #7F7F7F. Windows color (decimal): -14573857 or 14655009. OLE color: 14655009.

HSL color Cylindrical-coordinate representation of color #219EDF: hue angle of 200.53º degrees, saturation: 0.75, 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 #219EDF is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 158 223 -
CMYK 0.85 0.29 0 0.13
HSL 200.53º 0.75% 0.5% -
HSV(B) 200.53º 0.85% 0.87% -
XYZ 26.17 30.1 74.24 -
YUV 128.04 181.59 60.21 -
System Red Green Blue C M Y K H S L
Decimal 33 158 223 0.85 0.29 0 0.13 200.53 0.75 0.5
Hex 21 9E DF 55 1D 0 D C9 4B 32
Octal 41 236 337 125 35 0 15 311 113 62
Binary 100001 10011110 11011111 1010101 11101 0 1101 11001001 1001011 110010

Color Harmonies of #219EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EDF

Black with #219EDF

Text Example


Text Example

White with #219EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,158,223); }

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

background-color css

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

 a { background-color: rgb(33,158,223); }

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

border-color css

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

 span { border-color: rgb(33,158,223); }

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