Html Css Color HEX #219ACD Pelorous

📋 copy color: '#219ACD'

red 33 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #219ACD

Tints of Pelorous #219ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

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

R = 8.42%
G = 39.29%
B = 52.3%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#219ACD (or 0x219ACD) is known color: Pelorous. HEX triplet: 21, 9A and CD. RGB value is (33,154,205). Sum of RGB (Red+Green+Blue) = 33+154+205=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #219ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ACD is #DE6532. Grayscale: #7B7B7B. Windows color (decimal): -14574899 or 13474337. OLE color: 13474337.

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

Color convert

RGB 33 154 205 -
CMYK 0.84 0.25 0 0.20
HSL 197.79º 0.72% 0.47% -
HSV(B) 197.79º 0.84% 0.8% -
XYZ 23.2 27.84 61.91 -
YUV 123.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 33 154 205 0.84 0.25 0 0.20 197.79 0.72 0.47
Hex 21 9A CD 54 19 0 14 C6 48 2F
Octal 41 232 315 124 31 0 24 306 110 57
Binary 100001 10011010 11001101 1010100 11001 0 10100 11000110 1001000 101111

Color Harmonies of #219ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ACD

Black with #219ACD

Text Example


Text Example

White with #219ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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