#1497F8

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

Shades of Dodger Blue #1497F8

Tints of Dodger Blue #1497F8

Color information

#1497F8 (or 0x1497F8) is unknown color: approx Dodger Blue. HEX triplet: 14, 97 and F8. RGB value is (20,151,248). Sum of RGB (Red+Green+Blue) = 20+151+248=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #1497F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1497F8 is #EB6807. Grayscale: #7A7A7A. Windows color (decimal): -15427592 or 16291604. OLE color: 16291604.

HSL color Cylindrical-coordinate representation of color #1497F8: hue angle of 205.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1497F8 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20151248-
CMYK0.920.3900.03
HSL205.53º94.21%52.55%-
HSV(B)205.53º91.94%97.25%-
XYZ28.329.0692.92-
YUV122.89198.654.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.77%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 248 (97.27% from 255) = 59.19%
R=4.77%
G=36.04%
B=59.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201512480.920.3900.03205.5394.2152.55
Hex1497F85C2703ce5e35
Octal24227370134470331613665
Binary1010010010111111110001011100100111011110011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1497F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1497F8; }

 p { color: rgb(20,151,248); }

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

<style>
 a { background-color: #1497F8; }

 a { background-color: rgb(20,151,248); }

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

<style>
 span { border-color: #1497F8; }

 span { border-color: rgb(20,151,248); }

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