Html Css Color HEX #117CF4 Dodger Blue

📋 copy color: '#117CF4'

red 17 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #117CF4

Tints of Dodger Blue #117CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.38%

R = 4.42%
G = 32.21%
B = 63.38%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#117CF4 (or 0x117CF4) is known color: Dodger Blue. HEX triplet: 11, 7C and F4. RGB value is (17,124,244). Sum of RGB (Red+Green+Blue) = 17+124+244=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #117CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CF4 is #EE830B. Grayscale: #696969. Windows color (decimal): -15631116 or 16022545. OLE color: 16022545.

HSL color Cylindrical-coordinate representation of color #117CF4: hue angle of 211.72º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CF4 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 124 244 -
CMYK 0.93 0.49 0 0.04
HSL 211.72º 0.91% 0.51% -
HSV(B) 211.72º 0.93% 0.96% -
XYZ 23.77 21.07 88.4 -
YUV 105.69 206.05 64.74 -
System Red Green Blue C M Y K H S L
Decimal 17 124 244 0.93 0.49 0 0.04 211.72 0.91 0.51
Hex 11 7C F4 5D 31 0 4 D4 5B 33
Octal 21 174 364 135 61 0 4 324 133 63
Binary 10001 1111100 11110100 1011101 110001 0 100 11010100 1011011 110011

Color Harmonies of #117CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CF4

Black with #117CF4

Text Example


Text Example

White with #117CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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