Html Css Color HEX #2199CA Pelorous

📋 copy color: '#2199CA'

red 33 ◦ green 153 ◦ blue 202

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

Shades of Pelorous #2199CA

Tints of Pelorous #2199CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 8.51%
G = 39.43%
B = 52.06%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2199CA (or 0x2199CA) is known color: Pelorous. HEX triplet: 21, 99 and CA. RGB value is (33,153,202). Sum of RGB (Red+Green+Blue) = 33+153+202=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #2199CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199CA is #DE6635. Grayscale: #7A7A7A. Windows color (decimal): -14575158 or 13277473. OLE color: 13277473.

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

Color convert

RGB 33 153 202 -
CMYK 0.84 0.24 0 0.21
HSL 197.4º 0.72% 0.46% -
HSV(B) 197.4º 0.84% 0.79% -
XYZ 22.68 27.37 59.96 -
YUV 122.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 33 153 202 0.84 0.24 0 0.21 197.4 0.72 0.46
Hex 21 99 CA 54 18 0 15 C5 48 2E
Octal 41 231 312 124 30 0 25 305 110 56
Binary 100001 10011001 11001010 1010100 11000 0 10101 11000101 1001000 101110

Color Harmonies of #2199CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2199CA

Black with #2199CA

Text Example


Text Example

White with #2199CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2199CA; }

 p { color: rgb(33,153,202); }

 H1.HeaderClassName
 {
   color: #2199CA;
 }
 .AnyTagClassName
 {
   color: #2199CA;
 }
</style>

background-color css

<style>
 a { background-color: #2199CA; }

 a { background-color: rgb(33,153,202); }

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

border-color css

<style>
 span { border-color: #2199CA; }

 span { border-color: rgb(33,153,202); }

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