#1181FD

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

Shades of Dodger Blue #1181FD

Tints of Dodger Blue #1181FD

Color information

#1181FD (or 0x1181FD) is unknown color: approx Dodger Blue. HEX triplet: 11, 81 and FD. RGB value is (17,129,253). Sum of RGB (Red+Green+Blue) = 17+129+253=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #1181FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1181FD is #EE7E02. Grayscale: #6D6D6D. Windows color (decimal): -15629827 or 16613649. OLE color: 16613649.

HSL color Cylindrical-coordinate representation of color #1181FD: hue angle of 211.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1181FD is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17129253-
CMYK0.930.4900.01
HSL211.53º98.33%52.94%-
HSV(B)211.53º93.28%99.22%-
XYZ25.8122.9195.99-
YUV109.65208.8961.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.26%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=4.26%
G=32.33%
B=63.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171292530.930.4900.01211.5398.3352.94
Hex1181FD5D3101d46235
Octal21201375135610132414265
Binary100011000000111111101101110111000101110101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1181FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1181FD; }

 p { color: rgb(17,129,253); }

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

<style>
 a { background-color: #1181FD; }

 a { background-color: rgb(17,129,253); }

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

<style>
 span { border-color: #1181FD; }

 span { border-color: rgb(17,129,253); }

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