Html Css Color HEX #117FFF Dodger Blue

📋 copy color: '#117FFF'

red 17 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #117FFF

Tints of Dodger Blue #117FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 4.26%
G = 31.83%
B = 63.91%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#117FFF (or 0x117FFF) is known color: Dodger Blue. HEX triplet: 11, 7F and FF. RGB value is (17,127,255). Sum of RGB (Red+Green+Blue) = 17+127+255=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #117FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FFF is #EE8000. Grayscale: #6C6C6C. Windows color (decimal): -15630337 or 16744209. OLE color: 16744209.

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

Color convert

RGB 17 127 255 -
CMYK 0.93 0.50 0 0
HSL 212.27º 1% 0.53% -
HSV(B) 212.27º 0.93% 1% -
XYZ 25.87 22.52 97.59 -
YUV 108.7 210.56 62.59 -
System Red Green Blue C M Y K H S L
Decimal 17 127 255 0.93 0.50 0 0 212.27 1 0.53
Hex 11 7F FF 5D 32 0 0 D4 64 35
Octal 21 177 377 135 62 0 0 324 144 65
Binary 10001 1111111 11111111 1011101 110010 0 0 11010100 1100100 110101

Color Harmonies of #117FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FFF

Black with #117FFF

Text Example


Text Example

White with #117FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117FFF; }

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

 H1.HeaderClassName
 {
   color: #117FFF;
 }
 .AnyTagClassName
 {
   color: #117FFF;
 }
</style>

background-color css

<style>
 a { background-color: #117FFF; }

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

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

border-color css

<style>
 span { border-color: #117FFF; }

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

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