Html Css Color HEX #219DB2 Pelorous

📋 copy color: '#219DB2'

red 33 ◦ green 157 ◦ blue 178

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

Shades of Pelorous #219DB2

Tints of Pelorous #219DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 8.97%
G = 42.66%
B = 48.37%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#219DB2 (or 0x219DB2) is known color: Pelorous. HEX triplet: 21, 9D and B2. RGB value is (33,157,178). Sum of RGB (Red+Green+Blue) = 33+157+178=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #219DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219DB2 is #DE624D. Grayscale: #7A7A7A. Windows color (decimal): -14574158 or 11705633. OLE color: 11705633.

HSL color Cylindrical-coordinate representation of color #219DB2: hue angle of 188.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219DB2 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 157 178 -
CMYK 0.81 0.12 0 0.30
HSL 188.69º 0.69% 0.41% -
HSV(B) 188.69º 0.81% 0.7% -
XYZ 20.72 27.65 46.36 -
YUV 122.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 33 157 178 0.81 0.12 0 0.30 188.69 0.69 0.41
Hex 21 9D B2 51 C 0 1E BD 45 29
Octal 41 235 262 121 14 0 36 275 105 51
Binary 100001 10011101 10110010 1010001 1100 0 11110 10111101 1000101 101001

Color Harmonies of #219DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DB2

Black with #219DB2

Text Example


Text Example

White with #219DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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