Html Css Color HEX #219FCD Pelorous

📋 copy color: '#219FCD'

red 33 ◦ green 159 ◦ blue 205

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

Shades of Pelorous #219FCD

Tints of Pelorous #219FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 8.31%
G = 40.05%
B = 51.64%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#219FCD (or 0x219FCD) is known color: Pelorous. HEX triplet: 21, 9F and CD. RGB value is (33,159,205). Sum of RGB (Red+Green+Blue) = 33+159+205=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #219FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FCD is #DE6032. Grayscale: #7E7E7E. Windows color (decimal): -14573619 or 13475617. OLE color: 13475617.

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

Color convert

RGB 33 159 205 -
CMYK 0.84 0.22 0 0.20
HSL 196.05º 0.72% 0.47% -
HSV(B) 196.05º 0.84% 0.8% -
XYZ 24.04 29.53 62.19 -
YUV 126.57 172.26 61.26 -
System Red Green Blue C M Y K H S L
Decimal 33 159 205 0.84 0.22 0 0.20 196.05 0.72 0.47
Hex 21 9F CD 54 16 0 14 C4 48 2F
Octal 41 237 315 124 26 0 24 304 110 57
Binary 100001 10011111 11001101 1010100 10110 0 10100 11000100 1001000 101111

Color Harmonies of #219FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FCD

Black with #219FCD

Text Example


Text Example

White with #219FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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