Html Css Color HEX #219DCE Pelorous

📋 copy color: '#219DCE'

red 33 ◦ green 157 ◦ blue 206

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

Shades of Pelorous #219DCE

Tints of Pelorous #219DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 8.33%
G = 39.65%
B = 52.02%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#219DCE (or 0x219DCE) is known color: Pelorous. HEX triplet: 21, 9D and CE. RGB value is (33,157,206). Sum of RGB (Red+Green+Blue) = 33+157+206=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #219DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DCE is #DE6231. Grayscale: #7D7D7D. Windows color (decimal): -14574130 or 13540641. OLE color: 13540641.

HSL color Cylindrical-coordinate representation of color #219DCE: hue angle of 196.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219DCE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 157 206 -
CMYK 0.84 0.24 0 0.19
HSL 196.99º 0.72% 0.47% -
HSV(B) 196.99º 0.84% 0.81% -
XYZ 23.82 28.89 62.71 -
YUV 125.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 33 157 206 0.84 0.24 0 0.19 196.99 0.72 0.47
Hex 21 9D CE 54 18 0 13 C5 48 2F
Octal 41 235 316 124 30 0 23 305 110 57
Binary 100001 10011101 11001110 1010100 11000 0 10011 11000101 1001000 101111

Color Harmonies of #219DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DCE

Black with #219DCE

Text Example


Text Example

White with #219DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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