Html Css Color HEX #117CFA Dodger Blue

📋 copy color: '#117CFA'

red 17 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #117CFA

Tints of Dodger Blue #117CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 4.35%
G = 31.71%
B = 63.94%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#117CFA (or 0x117CFA) is known color: Dodger Blue. HEX triplet: 11, 7C and FA. RGB value is (17,124,250). Sum of RGB (Red+Green+Blue) = 17+124+250=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #117CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFA is #EE8305. Grayscale: #696969. Windows color (decimal): -15631110 or 16415761. OLE color: 16415761.

HSL color Cylindrical-coordinate representation of color #117CFA: hue angle of 212.45º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CFA is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 124 250 -
CMYK 0.93 0.50 0 0.02
HSL 212.45º 0.96% 0.52% -
HSV(B) 212.45º 0.93% 0.98% -
XYZ 24.69 21.44 93.28 -
YUV 106.37 209.05 64.25 -
System Red Green Blue C M Y K H S L
Decimal 17 124 250 0.93 0.50 0 0.02 212.45 0.96 0.52
Hex 11 7C FA 5D 32 0 2 D4 60 34
Octal 21 174 372 135 62 0 2 324 140 64
Binary 10001 1111100 11111010 1011101 110010 0 10 11010100 1100000 110100

Color Harmonies of #117CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CFA

Black with #117CFA

Text Example


Text Example

White with #117CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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