Html Css Color HEX #117CE4 Dodger Blue

📋 copy color: '#117CE4'

red 17 ◦ green 124 ◦ blue 228

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

Shades of Dodger Blue #117CE4

Tints of Dodger Blue #117CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.79%

R = 4.61%
G = 33.6%
B = 61.79%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#117CE4 (or 0x117CE4) is known color: Dodger Blue. HEX triplet: 11, 7C and E4. RGB value is (17,124,228). Sum of RGB (Red+Green+Blue) = 17+124+228=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #117CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CE4 is #EE831B. Grayscale: #676767. Windows color (decimal): -15631132 or 14973969. OLE color: 14973969.

HSL color Cylindrical-coordinate representation of color #117CE4: hue angle of 209.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CE4 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 124 228 -
CMYK 0.93 0.46 0 0.11
HSL 209.57º 0.86% 0.48% -
HSV(B) 209.57º 0.93% 0.89% -
XYZ 21.44 20.14 76.16 -
YUV 103.86 198.05 66.04 -
System Red Green Blue C M Y K H S L
Decimal 17 124 228 0.93 0.46 0 0.11 209.57 0.86 0.48
Hex 11 7C E4 5D 2E 0 B D2 56 30
Octal 21 174 344 135 56 0 13 322 126 60
Binary 10001 1111100 11100100 1011101 101110 0 1011 11010010 1010110 110000

Color Harmonies of #117CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CE4

Black with #117CE4

Text Example


Text Example

White with #117CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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