Html Css Color HEX #1160FB Dodger Blue

📋 copy color: '#1160FB'

red 17 ◦ green 96 ◦ blue 251

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

Shades of Dodger Blue #1160FB

Tints of Dodger Blue #1160FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.96%

R = 4.67%
G = 26.37%
B = 68.96%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1160FB (or 0x1160FB) is known color: Dodger Blue. HEX triplet: 11, 60 and FB. RGB value is (17,96,251). Sum of RGB (Red+Green+Blue) = 17+96+251=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #1160FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1160FB is #EE9F04. Grayscale: #595959. Windows color (decimal): -15638277 or 16474129. OLE color: 16474129.

HSL color Cylindrical-coordinate representation of color #1160FB: hue angle of 219.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1160FB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 96 251 -
CMYK 0.93 0.62 0 0.02
HSL 219.74º 0.97% 0.53% -
HSV(B) 219.74º 0.93% 0.98% -
XYZ 21.83 15.45 93.1 -
YUV 90.05 218.83 75.9 -
System Red Green Blue C M Y K H S L
Decimal 17 96 251 0.93 0.62 0 0.02 219.74 0.97 0.53
Hex 11 60 FB 5D 3E 0 2 DC 61 35
Octal 21 140 373 135 76 0 2 334 141 65
Binary 10001 1100000 11111011 1011101 111110 0 10 11011100 1100001 110101

Color Harmonies of #1160FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1160FB

Black with #1160FB

Text Example


Text Example

White with #1160FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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