Html Css Color HEX #219DB7 Pelorous

📋 copy color: '#219DB7'

red 33 ◦ green 157 ◦ blue 183

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

Shades of Pelorous #219DB7

Tints of Pelorous #219DB7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 183 (71.88% from 255) = 49.06%

R = 8.85%
G = 42.09%
B = 49.06%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#219DB7 (or 0x219DB7) is known color: Pelorous. HEX triplet: 21, 9D and B7. RGB value is (33,157,183). Sum of RGB (Red+Green+Blue) = 33+157+183=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #219DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DB7 is #DE6248. Grayscale: #7A7A7A. Windows color (decimal): -14574153 or 12033313. OLE color: 12033313.

HSL color Cylindrical-coordinate representation of color #219DB7: hue angle of 190.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219DB7 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 157 183 -
CMYK 0.82 0.14 0 0.28
HSL 190.4º 0.69% 0.42% -
HSV(B) 190.4º 0.82% 0.72% -
XYZ 21.23 27.86 49.06 -
YUV 122.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 33 157 183 0.82 0.14 0 0.28 190.4 0.69 0.42
Hex 21 9D B7 52 E 0 1C BE 45 2A
Octal 41 235 267 122 16 0 34 276 105 52
Binary 100001 10011101 10110111 1010010 1110 0 11100 10111110 1000101 101010

Color Harmonies of #219DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DB7

Black with #219DB7

Text Example


Text Example

White with #219DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,157,183); }

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

background-color css

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

 a { background-color: rgb(33,157,183); }

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

border-color css

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

 span { border-color: rgb(33,157,183); }

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