Html Css Color HEX #1160FF Dodger Blue

📋 copy color: '#1160FF'

red 17 ◦ green 96 ◦ blue 255

#1160FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1160FF

Tints of Dodger Blue #1160FF

RGB

 RED value IS 17 (7.03% from 255) = 4.62%

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 255 (100% from 255) = 69.29%

R = 4.62%
G = 26.09%
B = 69.29%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1160FF (or 0x1160FF) is known color: Dodger Blue. HEX triplet: 11, 60 and FF. RGB value is (17,96,255). Sum of RGB (Red+Green+Blue) = 17+96+255=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1160FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160FF is #EE9F00. Grayscale: #595959. Windows color (decimal): -15638273 or 16736273. OLE color: 16736273.

HSL color Cylindrical-coordinate representation of color #1160FF: hue angle of 220.08º 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 #1160FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 96 255 -
CMYK 0.93 0.62 0 0
HSL 220.08º 1% 0.53% -
HSV(B) 220.08º 0.93% 1% -
XYZ 22.46 15.7 96.46 -
YUV 90.51 220.83 75.57 -
System Red Green Blue C M Y K H S L
Decimal 17 96 255 0.93 0.62 0 0 220.08 1 0.53
Hex 11 60 FF 5D 3E 0 0 DC 64 35
Octal 21 140 377 135 76 0 0 334 144 65
Binary 10001 1100000 11111111 1011101 111110 0 0 11011100 1100100 110101

Color Harmonies of #1160FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160FF

Black with #1160FF

Text Example


Text Example

White with #1160FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1160FF;
 }
 .AnyTagClassName
 {
   color: #1160FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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