#1297E8

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

Shades of Dodger Blue #1297E8

Tints of Dodger Blue #1297E8

Color information

#1297E8 (or 0x1297E8) is unknown color: approx Dodger Blue. HEX triplet: 12, 97 and E8. RGB value is (18,151,232). Sum of RGB (Red+Green+Blue) = 18+151+232=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #1297E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1297E8 is #ED6817. Grayscale: #787878. Windows color (decimal): -15558680 or 15243026. OLE color: 15243026.

HSL color Cylindrical-coordinate representation of color #1297E8: hue angle of 202.71º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1297E8 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18151232-
CMYK0.920.3500.09
HSL202.71º85.6%49.02%-
HSV(B)202.71º92.24%90.98%-
XYZ25.8828.0980.4-
YUV120.47190.9454.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.49%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 232 (91.02% from 255) = 57.86%
R=4.49%
G=37.66%
B=57.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181512320.920.3500.09202.7185.649.02
Hex1297E85C2309cb5631
Octal222273501344301131312661
Binary100101001011111101000101110010001101001110010111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1297E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1297E8; }

 p { color: rgb(18,151,232); }

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

<style>
 a { background-color: #1297E8; }

 a { background-color: rgb(18,151,232); }

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

<style>
 span { border-color: #1297E8; }

 span { border-color: rgb(18,151,232); }

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