Html Css Color HEX #219EC7 Pelorous

📋 copy color: '#219EC7'

red 33 ◦ green 158 ◦ blue 199

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

Shades of Pelorous #219EC7

Tints of Pelorous #219EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 8.46%
G = 40.51%
B = 51.03%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#219EC7 (or 0x219EC7) is known color: Pelorous. HEX triplet: 21, 9E and C7. RGB value is (33,158,199). Sum of RGB (Red+Green+Blue) = 33+158+199=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #219EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EC7 is #DE6138. Grayscale: #7D7D7D. Windows color (decimal): -14573881 or 13082145. OLE color: 13082145.

HSL color Cylindrical-coordinate representation of color #219EC7: hue angle of 194.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219EC7 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 158 199 -
CMYK 0.83 0.21 0 0.22
HSL 194.82º 0.72% 0.45% -
HSV(B) 194.82º 0.83% 0.78% -
XYZ 23.16 28.9 58.39 -
YUV 125.3 169.59 62.17 -
System Red Green Blue C M Y K H S L
Decimal 33 158 199 0.83 0.21 0 0.22 194.82 0.72 0.45
Hex 21 9E C7 53 15 0 16 C3 48 2D
Octal 41 236 307 123 25 0 26 303 110 55
Binary 100001 10011110 11000111 1010011 10101 0 10110 11000011 1001000 101101

Color Harmonies of #219EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EC7

Black with #219EC7

Text Example


Text Example

White with #219EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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