#11A7FE

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

Shades of Dodger Blue #11A7FE

Tints of Dodger Blue #11A7FE

Color information

#11A7FE (or 0x11A7FE) is unknown color: approx Dodger Blue. HEX triplet: 11, A7 and FE. RGB value is (17,167,254). Sum of RGB (Red+Green+Blue) = 17+167+254=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #11A7FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A7FE is #EE5801. Grayscale: #838383. Windows color (decimal): -15620098 or 16688913. OLE color: 16688913.

HSL color Cylindrical-coordinate representation of color #11A7FE: hue angle of 202.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A7FE is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17167254-
CMYK0.930.3400.00
HSL202.03º99.16%53.14%-
HSV(B)202.03º93.31%99.61%-
XYZ31.9434.9198.82-
YUV132.07196.845.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.88%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 254 (99.61% from 255) = 57.99%
R=3.88%
G=38.13%
B=57.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171672540.930.3400.00202.0399.1653.14
Hex11A7FE5D2200ca6335
Octal21247376135420031214365
Binary100011010011111111110101110110001000110010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A7FE; }

 p { color: rgb(17,167,254); }

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

<style>
 a { background-color: #11A7FE; }

 a { background-color: rgb(17,167,254); }

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

<style>
 span { border-color: #11A7FE; }

 span { border-color: rgb(17,167,254); }

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