Html Css Color HEX #219CDB Summer Sky

📋 copy color: '#219CDB'

red 33 ◦ green 156 ◦ blue 219

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

Shades of Summer Sky #219CDB

Tints of Summer Sky #219CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 8.09%
G = 38.24%
B = 53.68%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#219CDB (or 0x219CDB) is known color: Summer Sky. HEX triplet: 21, 9C and DB. RGB value is (33,156,219). Sum of RGB (Red+Green+Blue) = 33+156+219=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #219CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CDB is #DE6324. Grayscale: #7E7E7E. Windows color (decimal): -14574373 or 14392353. OLE color: 14392353.

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

Color convert

RGB 33 156 219 -
CMYK 0.85 0.29 0 0.14
HSL 200.32º 0.74% 0.49% -
HSV(B) 200.32º 0.85% 0.86% -
XYZ 25.3 29.21 71.32 -
YUV 126.41 180.25 61.38 -
System Red Green Blue C M Y K H S L
Decimal 33 156 219 0.85 0.29 0 0.14 200.32 0.74 0.49
Hex 21 9C DB 55 1D 0 E C8 4A 31
Octal 41 234 333 125 35 0 16 310 112 61
Binary 100001 10011100 11011011 1010101 11101 0 1110 11001000 1001010 110001

Color Harmonies of #219CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CDB

Black with #219CDB

Text Example


Text Example

White with #219CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,156,219); }

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

background-color css

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

 a { background-color: rgb(33,156,219); }

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

border-color css

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

 span { border-color: rgb(33,156,219); }

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