Html Css Color HEX #117AED Dodger Blue

📋 copy color: '#117AED'

red 17 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #117AED

Tints of Dodger Blue #117AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 4.52%
G = 32.45%
B = 63.03%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#117AED (or 0x117AED) is known color: Dodger Blue. HEX triplet: 11, 7A and ED. RGB value is (17,122,237). Sum of RGB (Red+Green+Blue) = 17+122+237=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #117AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AED is #EE8512. Grayscale: #676767. Windows color (decimal): -15631635 or 15563281. OLE color: 15563281.

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

Color convert

RGB 17 122 237 -
CMYK 0.93 0.49 0 0.07
HSL 211.36º 0.87% 0.5% -
HSV(B) 211.36º 0.93% 0.93% -
XYZ 22.48 20.15 82.83 -
YUV 103.72 203.21 66.15 -
System Red Green Blue C M Y K H S L
Decimal 17 122 237 0.93 0.49 0 0.07 211.36 0.87 0.5
Hex 11 7A ED 5D 31 0 7 D3 57 32
Octal 21 172 355 135 61 0 7 323 127 62
Binary 10001 1111010 11101101 1011101 110001 0 111 11010011 1010111 110010

Color Harmonies of #117AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AED

Black with #117AED

Text Example


Text Example

White with #117AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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