Html Css Color HEX #117FFD Dodger Blue

📋 copy color: '#117FFD'

red 17 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #117FFD

Tints of Dodger Blue #117FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 4.28%
G = 31.99%
B = 63.73%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#117FFD (or 0x117FFD) is known color: Dodger Blue. HEX triplet: 11, 7F and FD. RGB value is (17,127,253). Sum of RGB (Red+Green+Blue) = 17+127+253=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #117FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FFD is #EE8002. Grayscale: #6B6B6B. Windows color (decimal): -15630339 or 16613137. OLE color: 16613137.

HSL color Cylindrical-coordinate representation of color #117FFD: hue angle of 212.03º 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 #117FFD is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 127 253 -
CMYK 0.93 0.50 0 0.01
HSL 212.03º 0.98% 0.53% -
HSV(B) 212.03º 0.93% 0.99% -
XYZ 25.55 22.39 95.9 -
YUV 108.47 209.56 62.75 -
System Red Green Blue C M Y K H S L
Decimal 17 127 253 0.93 0.50 0 0.01 212.03 0.98 0.53
Hex 11 7F FD 5D 32 0 1 D4 62 35
Octal 21 177 375 135 62 0 1 324 142 65
Binary 10001 1111111 11111101 1011101 110010 0 1 11010100 1100010 110101

Color Harmonies of #117FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FFD

Black with #117FFD

Text Example


Text Example

White with #117FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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