#198FF5

Color #198FF5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #198FF5

Tints of Dodger Blue #198FF5

Color information

#198FF5 (or 0x198FF5) is unknown color: approx Dodger Blue. HEX triplet: 19, 8F and F5. RGB value is (25,143,245). Sum of RGB (Red+Green+Blue) = 25+143+245=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #198FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198FF5 is #E6700A. Grayscale: #767676. Windows color (decimal): -15101963 or 16092953. OLE color: 16092953.

HSL color Cylindrical-coordinate representation of color #198FF5: hue angle of 207.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198FF5 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB25143245-
CMYK0.900.4200.04
HSL207.82º91.67%52.94%-
HSV(B)207.82º89.8%96.08%-
XYZ26.726.4490.08-
YUV119.35198.9160.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.05%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 245 (96.09% from 255) = 59.32%
R=6.05%
G=34.62%
B=59.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal251432450.900.4200.04207.8291.6752.94
Hex198FF55A2A04d05c35
Octal31217365132520432013465
Binary11001100011111111010110110101010100100110100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #198FF5;
 }
 .AnyTagClassName
 {
   color: #198FF5;
 }
</style>
background-color css

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

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

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

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

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

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