Html Css Color HEX #117DEA Dodger Blue

📋 copy color: '#117DEA'

red 17 ◦ green 125 ◦ blue 234

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

Shades of Dodger Blue #117DEA

Tints of Dodger Blue #117DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 4.52%
G = 33.24%
B = 62.23%

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

#117DEA (or 0x117DEA) is known color: Dodger Blue. HEX triplet: 11, 7D and EA. RGB value is (17,125,234). Sum of RGB (Red+Green+Blue) = 17+125+234=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #117DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DEA is #EE8215. Grayscale: #686868. Windows color (decimal): -15630870 or 15367441. OLE color: 15367441.

HSL color Cylindrical-coordinate representation of color #117DEA: hue angle of 210.14º degrees, saturation: 0.86, 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 #117DEA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 125 234 -
CMYK 0.93 0.47 0 0.08
HSL 210.14º 0.86% 0.49% -
HSV(B) 210.14º 0.93% 0.92% -
XYZ 22.42 20.73 80.66 -
YUV 105.13 200.72 65.14 -
System Red Green Blue C M Y K H S L
Decimal 17 125 234 0.93 0.47 0 0.08 210.14 0.86 0.49
Hex 11 7D EA 5D 2F 0 8 D2 56 31
Octal 21 175 352 135 57 0 10 322 126 61
Binary 10001 1111101 11101010 1011101 101111 0 1000 11010010 1010110 110001

Color Harmonies of #117DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DEA

Black with #117DEA

Text Example


Text Example

White with #117DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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