#197FF5

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

Shades of Dodger Blue #197FF5

Tints of Dodger Blue #197FF5

Color information

#197FF5 (or 0x197FF5) is unknown color: approx Dodger Blue. HEX triplet: 19, 7F and F5. RGB value is (25,127,245). Sum of RGB (Red+Green+Blue) = 25+127+245=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 245 (96.09% from 255 or 61.71% from 397); Max value from RGB is 245 - color contains mainly: blue. Hex color #197FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FF5 is #E6800A. Grayscale: #6D6D6D. Windows color (decimal): -15106059 or 16088857. OLE color: 16088857.

HSL color Cylindrical-coordinate representation of color #197FF5: hue angle of 212.18º 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 #197FF5 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB25127245-
CMYK0.900.4800.04
HSL212.18º91.67%52.94%-
HSV(B)212.18º89.8%96.08%-
XYZ24.4721.9889.34-
YUV109.95204.2167.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.30%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 245 (96.09% from 255) = 61.71%
R=6.30%
G=31.99%
B=61.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal251272450.900.4800.04212.1891.6752.94
Hex197FF55A3004d45c35
Octal31177365132600432413465
Binary1100111111111111010110110101100000100110101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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