Html Css Color HEX #117FF1 Dodger Blue

📋 copy color: '#117FF1'

red 17 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #117FF1

Tints of Dodger Blue #117FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.6%

R = 4.42%
G = 32.99%
B = 62.6%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#117FF1 (or 0x117FF1) is known color: Dodger Blue. HEX triplet: 11, 7F and F1. RGB value is (17,127,241). Sum of RGB (Red+Green+Blue) = 17+127+241=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #117FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FF1 is #EE800E. Grayscale: #6A6A6A. Windows color (decimal): -15630351 or 15826705. OLE color: 15826705.

HSL color Cylindrical-coordinate representation of color #117FF1: hue angle of 210.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117FF1 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 127 241 -
CMYK 0.93 0.47 0 0.05
HSL 210.54º 0.89% 0.51% -
HSV(B) 210.54º 0.93% 0.95% -
XYZ 23.7 21.65 86.15 -
YUV 107.11 203.56 63.73 -
System Red Green Blue C M Y K H S L
Decimal 17 127 241 0.93 0.47 0 0.05 210.54 0.89 0.51
Hex 11 7F F1 5D 2F 0 5 D3 59 33
Octal 21 177 361 135 57 0 5 323 131 63
Binary 10001 1111111 11110001 1011101 101111 0 101 11010011 1011001 110011

Color Harmonies of #117FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FF1

Black with #117FF1

Text Example


Text Example

White with #117FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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