Html Css Color HEX #219BCB Pelorous

📋 copy color: '#219BCB'

red 33 ◦ green 155 ◦ blue 203

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

Shades of Pelorous #219BCB

Tints of Pelorous #219BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 8.44%
G = 39.64%
B = 51.92%

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

#219BCB (or 0x219BCB) is known color: Pelorous. HEX triplet: 21, 9B and CB. RGB value is (33,155,203). Sum of RGB (Red+Green+Blue) = 33+155+203=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #219BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BCB is #DE6434. Grayscale: #7B7B7B. Windows color (decimal): -14574645 or 13343521. OLE color: 13343521.

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

Color convert

RGB 33 155 203 -
CMYK 0.84 0.24 0 0.20
HSL 196.94º 0.72% 0.46% -
HSV(B) 196.94º 0.84% 0.8% -
XYZ 23.13 28.08 60.7 -
YUV 123.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 33 155 203 0.84 0.24 0 0.20 196.94 0.72 0.46
Hex 21 9B CB 54 18 0 14 C5 48 2E
Octal 41 233 313 124 30 0 24 305 110 56
Binary 100001 10011011 11001011 1010100 11000 0 10100 11000101 1001000 101110

Color Harmonies of #219BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BCB

Black with #219BCB

Text Example


Text Example

White with #219BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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