Html Css Color HEX #1170FF Dodger Blue

📋 copy color: '#1170FF'

red 17 ◦ green 112 ◦ blue 255

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

Shades of Dodger Blue #1170FF

Tints of Dodger Blue #1170FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 4.43%
G = 29.17%
B = 66.41%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1170FF (or 0x1170FF) is known color: Dodger Blue. HEX triplet: 11, 70 and FF. RGB value is (17,112,255). Sum of RGB (Red+Green+Blue) = 17+112+255=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #1170FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170FF is #EE8F00. Grayscale: #636363. Windows color (decimal): -15634177 or 16740369. OLE color: 16740369.

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

Color convert

RGB 17 112 255 -
CMYK 0.93 0.56 0 0
HSL 216.05º 1% 0.53% -
HSV(B) 216.05º 0.93% 1% -
XYZ 24.08 18.93 96.99 -
YUV 99.9 215.53 68.87 -
System Red Green Blue C M Y K H S L
Decimal 17 112 255 0.93 0.56 0 0 216.05 1 0.53
Hex 11 70 FF 5D 38 0 0 D8 64 35
Octal 21 160 377 135 70 0 0 330 144 65
Binary 10001 1110000 11111111 1011101 111000 0 0 11011000 1100100 110101

Color Harmonies of #1170FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170FF

Black with #1170FF

Text Example


Text Example

White with #1170FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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