Html Css Color HEX #117CFF Dodger Blue

📋 copy color: '#117CFF'

red 17 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #117CFF

Tints of Dodger Blue #117CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 4.29%
G = 31.31%
B = 64.39%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#117CFF (or 0x117CFF) is known color: Dodger Blue. HEX triplet: 11, 7C and FF. RGB value is (17,124,255). Sum of RGB (Red+Green+Blue) = 17+124+255=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #117CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFF is #EE8300. Grayscale: #6A6A6A. Windows color (decimal): -15631105 or 16743441. OLE color: 16743441.

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

Color convert

RGB 17 124 255 -
CMYK 0.93 0.51 0 0
HSL 213.03º 1% 0.53% -
HSV(B) 213.03º 0.93% 1% -
XYZ 25.49 21.75 97.46 -
YUV 106.94 211.55 63.85 -
System Red Green Blue C M Y K H S L
Decimal 17 124 255 0.93 0.51 0 0 213.03 1 0.53
Hex 11 7C FF 5D 33 0 0 D5 64 35
Octal 21 174 377 135 63 0 0 325 144 65
Binary 10001 1111100 11111111 1011101 110011 0 0 11010101 1100100 110101

Color Harmonies of #117CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CFF

Black with #117CFF

Text Example


Text Example

White with #117CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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