#1193F8

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

Shades of Dodger Blue #1193F8

Tints of Dodger Blue #1193F8

Color information

#1193F8 (or 0x1193F8) is unknown color: approx Dodger Blue. HEX triplet: 11, 93 and F8. RGB value is (17,147,248). Sum of RGB (Red+Green+Blue) = 17+147+248=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #1193F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193F8 is #EE6C07. Grayscale: #777777. Windows color (decimal): -15625224 or 16290577. OLE color: 16290577.

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

Color convert

RGB17147248-
CMYK0.930.4100.03
HSL206.23º94.29%51.96%-
HSV(B)206.23º93.15%97.25%-
XYZ27.6127.7692.71-
YUV119.64200.4354.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.13%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 248 (97.27% from 255) = 60.19%
R=4.13%
G=35.68%
B=60.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal171472480.930.4100.03206.2394.2951.96
Hex1193F85D2903ce5e34
Octal21223370135510331613664
Binary1000110010011111110001011101101001011110011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1193F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,147,248); }

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

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

 a { background-color: rgb(17,147,248); }

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

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

 span { border-color: rgb(17,147,248); }

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