Html Css Color HEX #117DFD Dodger Blue

📋 copy color: '#117DFD'

red 17 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #117DFD

Tints of Dodger Blue #117DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 4.3%
G = 31.65%
B = 64.05%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#117DFD (or 0x117DFD) is known color: Dodger Blue. HEX triplet: 11, 7D and FD. RGB value is (17,125,253). Sum of RGB (Red+Green+Blue) = 17+125+253=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #117DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DFD is #EE8202. Grayscale: #6A6A6A. Windows color (decimal): -15630851 or 16612625. OLE color: 16612625.

HSL color Cylindrical-coordinate representation of color #117DFD: hue angle of 212.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DFD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 125 253 -
CMYK 0.93 0.51 0 0.01
HSL 212.54º 0.98% 0.53% -
HSV(B) 212.54º 0.93% 0.99% -
XYZ 25.29 21.88 95.82 -
YUV 107.3 210.22 63.59 -
System Red Green Blue C M Y K H S L
Decimal 17 125 253 0.93 0.51 0 0.01 212.54 0.98 0.53
Hex 11 7D FD 5D 33 0 1 D5 62 35
Octal 21 175 375 135 63 0 1 325 142 65
Binary 10001 1111101 11111101 1011101 110011 0 1 11010101 1100010 110101

Color Harmonies of #117DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DFD

Black with #117DFD

Text Example


Text Example

White with #117DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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