Html Css Color HEX #117CFD Dodger Blue

📋 copy color: '#117CFD'

red 17 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #117CFD

Tints of Dodger Blue #117CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 4.31%
G = 31.47%
B = 64.21%

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

#117CFD (or 0x117CFD) is known color: Dodger Blue. HEX triplet: 11, 7C and FD. RGB value is (17,124,253). Sum of RGB (Red+Green+Blue) = 17+124+253=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #117CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFD is #EE8302. Grayscale: #6A6A6A. Windows color (decimal): -15631107 or 16612369. OLE color: 16612369.

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

Color convert

RGB 17 124 253 -
CMYK 0.93 0.51 0 0.01
HSL 212.8º 0.98% 0.53% -
HSV(B) 212.8º 0.93% 0.99% -
XYZ 25.17 21.63 95.78 -
YUV 106.71 210.55 64.01 -
System Red Green Blue C M Y K H S L
Decimal 17 124 253 0.93 0.51 0 0.01 212.8 0.98 0.53
Hex 11 7C FD 5D 33 0 1 D5 62 35
Octal 21 174 375 135 63 0 1 325 142 65
Binary 10001 1111100 11111101 1011101 110011 0 1 11010101 1100010 110101

Color Harmonies of #117CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CFD

Black with #117CFD

Text Example


Text Example

White with #117CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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