Html Css Color HEX #117AEF Dodger Blue

📋 copy color: '#117AEF'

red 17 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #117AEF

Tints of Dodger Blue #117AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 4.5%
G = 32.28%
B = 63.23%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#117AEF (or 0x117AEF) is known color: Dodger Blue. HEX triplet: 11, 7A and EF. RGB value is (17,122,239). Sum of RGB (Red+Green+Blue) = 17+122+239=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #117AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AEF is #EE8510. Grayscale: #676767. Windows color (decimal): -15631633 or 15694353. OLE color: 15694353.

HSL color Cylindrical-coordinate representation of color #117AEF: hue angle of 211.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AEF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 122 239 -
CMYK 0.93 0.49 0 0.06
HSL 211.62º 0.87% 0.5% -
HSV(B) 211.62º 0.93% 0.94% -
XYZ 22.77 20.27 84.37 -
YUV 103.94 204.21 65.99 -
System Red Green Blue C M Y K H S L
Decimal 17 122 239 0.93 0.49 0 0.06 211.62 0.87 0.5
Hex 11 7A EF 5D 31 0 6 D4 57 32
Octal 21 172 357 135 61 0 6 324 127 62
Binary 10001 1111010 11101111 1011101 110001 0 110 11010100 1010111 110010

Color Harmonies of #117AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AEF

Black with #117AEF

Text Example


Text Example

White with #117AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,122,239); }

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

background-color css

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

 a { background-color: rgb(17,122,239); }

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

border-color css

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

 span { border-color: rgb(17,122,239); }

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