Html Css Color HEX #198FC5 Pelorous

📋 copy color: '#198FC5'

red 25 ◦ green 143 ◦ blue 197

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

Shades of Pelorous #198FC5

Tints of Pelorous #198FC5

RGB

 RED value IS 25 (10.16% from 255) = 6.85%

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 197 (77.34% from 255) = 53.97%

R = 6.85%
G = 39.18%
B = 53.97%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#198FC5 (or 0x198FC5) is known color: Pelorous. HEX triplet: 19, 8F and C5. RGB value is (25,143,197). Sum of RGB (Red+Green+Blue) = 25+143+197=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #198FC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FC5 is #E6703A. Grayscale: #717171. Windows color (decimal): -15102011 or 12947225. OLE color: 12947225.

HSL color Cylindrical-coordinate representation of color #198FC5: hue angle of 198.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198FC5 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 143 197 -
CMYK 0.87 0.27 0 0.23
HSL 198.84º 0.77% 0.44% -
HSV(B) 198.84º 0.87% 0.77% -
XYZ 20.3 23.88 56.36 -
YUV 113.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 25 143 197 0.87 0.27 0 0.23 198.84 0.77 0.44
Hex 19 8F C5 57 1B 0 17 C7 4D 2C
Octal 31 217 305 127 33 0 27 307 115 54
Binary 11001 10001111 11000101 1010111 11011 0 10111 11000111 1001101 101100

Color Harmonies of #198FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FC5

Black with #198FC5

Text Example


Text Example

White with #198FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198FC5; }

 p { color: rgb(25,143,197); }

 H1.HeaderClassName
 {
   color: #198FC5;
 }
 .AnyTagClassName
 {
   color: #198FC5;
 }
</style>

background-color css

<style>
 a { background-color: #198FC5; }

 a { background-color: rgb(25,143,197); }

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

border-color css

<style>
 span { border-color: #198FC5; }

 span { border-color: rgb(25,143,197); }

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