#197BF9

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

Shades of Dodger Blue #197BF9

Tints of Dodger Blue #197BF9

Color information

#197BF9 (or 0x197BF9) is unknown color: approx Dodger Blue. HEX triplet: 19, 7B and F9. RGB value is (25,123,249). Sum of RGB (Red+Green+Blue) = 25+123+249=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #197BF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BF9 is #E68406. Grayscale: #6B6B6B. Windows color (decimal): -15107079 or 16349977. OLE color: 16349977.

HSL color Cylindrical-coordinate representation of color #197BF9: hue angle of 213.75º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BF9 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25123249-
CMYK0.900.5100.02
HSL213.75º94.92%53.73%-
HSV(B)213.75º89.96%97.65%-
XYZ24.5821.2192.42-
YUV108.06207.5368.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.30%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 249 (97.66% from 255) = 62.72%
R=6.30%
G=30.98%
B=62.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251232490.900.5100.02213.7594.9253.73
Hex197BF95A3302d65f36
Octal31173371132630232613766
Binary110011111011111110011011010110011010110101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,123,249); }

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

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

 a { background-color: rgb(25,123,249); }

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

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

 span { border-color: rgb(25,123,249); }

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