Html Css Color HEX #219BCD Pelorous

📋 copy color: '#219BCD'

red 33 ◦ green 155 ◦ blue 205

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

Shades of Pelorous #219BCD

Tints of Pelorous #219BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 8.4%
G = 39.44%
B = 52.16%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#219BCD (or 0x219BCD) is known color: Pelorous. HEX triplet: 21, 9B and CD. RGB value is (33,155,205). Sum of RGB (Red+Green+Blue) = 33+155+205=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #219BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BCD is #DE6432. Grayscale: #7B7B7B. Windows color (decimal): -14574643 or 13474593. OLE color: 13474593.

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

Color convert

RGB 33 155 205 -
CMYK 0.84 0.24 0 0.20
HSL 197.44º 0.72% 0.47% -
HSV(B) 197.44º 0.84% 0.8% -
XYZ 23.37 28.17 61.96 -
YUV 124.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 33 155 205 0.84 0.24 0 0.20 197.44 0.72 0.47
Hex 21 9B CD 54 18 0 14 C5 48 2F
Octal 41 233 315 124 30 0 24 305 110 57
Binary 100001 10011011 11001101 1010100 11000 0 10100 11000101 1001000 101111

Color Harmonies of #219BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BCD

Black with #219BCD

Text Example


Text Example

White with #219BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,155,205); }

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

background-color css

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

 a { background-color: rgb(33,155,205); }

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

border-color css

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

 span { border-color: rgb(33,155,205); }

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