Html Css Color HEX #117CF7 Dodger Blue

📋 copy color: '#117CF7'

red 17 ◦ green 124 ◦ blue 247

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

Shades of Dodger Blue #117CF7

Tints of Dodger Blue #117CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.66%

R = 4.38%
G = 31.96%
B = 63.66%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#117CF7 (or 0x117CF7) is known color: Dodger Blue. HEX triplet: 11, 7C and F7. RGB value is (17,124,247). Sum of RGB (Red+Green+Blue) = 17+124+247=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #117CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CF7 is #EE8308. Grayscale: #696969. Windows color (decimal): -15631113 or 16219153. OLE color: 16219153.

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

Color convert

RGB 17 124 247 -
CMYK 0.93 0.50 0 0.03
HSL 212.09º 0.93% 0.52% -
HSV(B) 212.09º 0.93% 0.97% -
XYZ 24.23 21.25 90.82 -
YUV 106.03 207.55 64.5 -
System Red Green Blue C M Y K H S L
Decimal 17 124 247 0.93 0.50 0 0.03 212.09 0.93 0.52
Hex 11 7C F7 5D 32 0 3 D4 5D 34
Octal 21 174 367 135 62 0 3 324 135 64
Binary 10001 1111100 11110111 1011101 110010 0 11 11010100 1011101 110100

Color Harmonies of #117CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CF7

Black with #117CF7

Text Example


Text Example

White with #117CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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