Html Css Color HEX #219EBA Pelorous

📋 copy color: '#219EBA'

red 33 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #219EBA

Tints of Pelorous #219EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 8.75%
G = 41.91%
B = 49.34%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#219EBA (or 0x219EBA) is known color: Pelorous. HEX triplet: 21, 9E and BA. RGB value is (33,158,186). Sum of RGB (Red+Green+Blue) = 33+158+186=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #219EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EBA is #DE6145. Grayscale: #7B7B7B. Windows color (decimal): -14573894 or 12230177. OLE color: 12230177.

HSL color Cylindrical-coordinate representation of color #219EBA: hue angle of 190.98º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219EBA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 158 186 -
CMYK 0.82 0.15 0 0.27
HSL 190.98º 0.7% 0.43% -
HSV(B) 190.98º 0.82% 0.73% -
XYZ 21.72 28.32 50.78 -
YUV 123.82 163.09 63.22 -
System Red Green Blue C M Y K H S L
Decimal 33 158 186 0.82 0.15 0 0.27 190.98 0.7 0.43
Hex 21 9E BA 52 F 0 1B BF 46 2B
Octal 41 236 272 122 17 0 33 277 106 53
Binary 100001 10011110 10111010 1010010 1111 0 11011 10111111 1000110 101011

Color Harmonies of #219EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EBA

Black with #219EBA

Text Example


Text Example

White with #219EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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