#197BFA

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

Shades of Dodger Blue #197BFA

Tints of Dodger Blue #197BFA

Color information

#197BFA (or 0x197BFA) is unknown color: approx Dodger Blue. HEX triplet: 19, 7B and FA. RGB value is (25,123,250). Sum of RGB (Red+Green+Blue) = 25+123+250=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #197BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BFA is #E68405. Grayscale: #6B6B6B. Windows color (decimal): -15107078 or 16415513. OLE color: 16415513.

HSL color Cylindrical-coordinate representation of color #197BFA: hue angle of 213.87º degrees, saturation: 0.96, 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 #197BFA is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25123250-
CMYK0.90.5100.02
HSL213.87º95.74%53.92%-
HSV(B)213.87º90%98.04%-
XYZ24.7421.2793.25-
YUV108.18208.0368.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.28%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=6.28%
G=30.90%
B=62.81%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251232500.90.5100.02213.8795.7453.92
Hex197BFA5A3302d66036
Octal31173372132630232614066
Binary110011111011111110101011010110011010110101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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