#197AFA

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

Shades of Dodger Blue #197AFA

Tints of Dodger Blue #197AFA

Color information

#197AFA (or 0x197AFA) is unknown color: approx Dodger Blue. HEX triplet: 19, 7A and FA. RGB value is (25,122,250). Sum of RGB (Red+Green+Blue) = 25+122+250=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #197AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AFA is #E68505. Grayscale: #6A6A6A. Windows color (decimal): -15107334 or 16415257. OLE color: 16415257.

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

Color convert

RGB25122250-
CMYK0.90.5100.02
HSL214.13º95.74%53.92%-
HSV(B)214.13º90%98.04%-
XYZ24.6221.0393.2-
YUV107.59208.3669.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.30%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=6.30%
G=30.73%
B=62.97%

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
Decimal251222500.90.5100.02214.1395.7453.92
Hex197AFA5A3302d66036
Octal31172372132630232614066
Binary110011111010111110101011010110011010110101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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