Html Css Color HEX #117DEB Dodger Blue

📋 copy color: '#117DEB'

red 17 ◦ green 125 ◦ blue 235

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

Shades of Dodger Blue #117DEB

Tints of Dodger Blue #117DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 4.51%
G = 33.16%
B = 62.33%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#117DEB (or 0x117DEB) is known color: Dodger Blue. HEX triplet: 11, 7D and EB. RGB value is (17,125,235). Sum of RGB (Red+Green+Blue) = 17+125+235=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #117DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DEB is #EE8214. Grayscale: #686868. Windows color (decimal): -15630869 or 15432977. OLE color: 15432977.

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

Color convert

RGB 17 125 235 -
CMYK 0.93 0.47 0 0.08
HSL 210.28º 0.87% 0.49% -
HSV(B) 210.28º 0.93% 0.92% -
XYZ 22.56 20.78 81.42 -
YUV 105.25 201.22 65.06 -
System Red Green Blue C M Y K H S L
Decimal 17 125 235 0.93 0.47 0 0.08 210.28 0.87 0.49
Hex 11 7D EB 5D 2F 0 8 D2 57 31
Octal 21 175 353 135 57 0 10 322 127 61
Binary 10001 1111101 11101011 1011101 101111 0 1000 11010010 1010111 110001

Color Harmonies of #117DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DEB

Black with #117DEB

Text Example


Text Example

White with #117DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,235); }

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

background-color css

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

 a { background-color: rgb(17,125,235); }

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

border-color css

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

 span { border-color: rgb(17,125,235); }

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