#1183FF

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

Shades of Dodger Blue #1183FF

Tints of Dodger Blue #1183FF

Color information

#1183FF (or 0x1183FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 83 and FF. RGB value is (17,131,255). Sum of RGB (Red+Green+Blue) = 17+131+255=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1183FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183FF is #EE7C00. Grayscale: #6E6E6E. Windows color (decimal): -15629313 or 16745233. OLE color: 16745233.

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

Color convert

RGB17131255-
CMYK0.930.4900
HSL211.26º100%53.33%-
HSV(B)211.26º93.33%100%-
XYZ26.423.5797.77-
YUV111.05209.2360.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.22%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 255 (100% from 255) = 63.28%
R=4.22%
G=32.51%
B=63.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171312550.930.4900211.2610053.33
Hex1183FF5D3100d36435
Octal21203377135610032314465
Binary100011000001111111111101110111000100110100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1183FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1183FF; }

 p { color: rgb(17,131,255); }

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

<style>
 a { background-color: #1183FF; }

 a { background-color: rgb(17,131,255); }

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

<style>
 span { border-color: #1183FF; }

 span { border-color: rgb(17,131,255); }

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