Html Css Color HEX #117FF5 Dodger Blue

📋 copy color: '#117FF5'

red 17 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #117FF5

Tints of Dodger Blue #117FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 4.37%
G = 32.65%
B = 62.98%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#117FF5 (or 0x117FF5) is known color: Dodger Blue. HEX triplet: 11, 7F and F5. RGB value is (17,127,245). Sum of RGB (Red+Green+Blue) = 17+127+245=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #117FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FF5 is #EE800A. Grayscale: #6A6A6A. Windows color (decimal): -15630347 or 16088849. OLE color: 16088849.

HSL color Cylindrical-coordinate representation of color #117FF5: hue angle of 211.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117FF5 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 127 245 -
CMYK 0.93 0.48 0 0.04
HSL 211.05º 0.92% 0.51% -
HSV(B) 211.05º 0.93% 0.96% -
XYZ 24.3 21.89 89.33 -
YUV 107.56 205.56 63.41 -
System Red Green Blue C M Y K H S L
Decimal 17 127 245 0.93 0.48 0 0.04 211.05 0.92 0.51
Hex 11 7F F5 5D 30 0 4 D3 5C 33
Octal 21 177 365 135 60 0 4 323 134 63
Binary 10001 1111111 11110101 1011101 110000 0 100 11010011 1011100 110011

Color Harmonies of #117FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FF5

Black with #117FF5

Text Example


Text Example

White with #117FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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