Html Css Color HEX #219CCE Pelorous

📋 copy color: '#219CCE'

red 33 ◦ green 156 ◦ blue 206

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

Shades of Pelorous #219CCE

Tints of Pelorous #219CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 8.35%
G = 39.49%
B = 52.15%

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

#219CCE (or 0x219CCE) is known color: Pelorous. HEX triplet: 21, 9C and CE. RGB value is (33,156,206). Sum of RGB (Red+Green+Blue) = 33+156+206=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #219CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCE is #DE6331. Grayscale: #7C7C7C. Windows color (decimal): -14574386 or 13540385. OLE color: 13540385.

HSL color Cylindrical-coordinate representation of color #219CCE: hue angle of 197.34º 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 #219CCE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 156 206 -
CMYK 0.84 0.24 0 0.19
HSL 197.34º 0.72% 0.47% -
HSV(B) 197.34º 0.84% 0.81% -
XYZ 23.66 28.56 62.66 -
YUV 124.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 33 156 206 0.84 0.24 0 0.19 197.34 0.72 0.47
Hex 21 9C CE 54 18 0 13 C5 48 2F
Octal 41 234 316 124 30 0 23 305 110 57
Binary 100001 10011100 11001110 1010100 11000 0 10011 11000101 1001000 101111

Color Harmonies of #219CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CCE

Black with #219CCE

Text Example


Text Example

White with #219CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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