Html Css Color HEX #117CEE Dodger Blue

📋 copy color: '#117CEE'

red 17 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #117CEE

Tints of Dodger Blue #117CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 4.49%
G = 32.72%
B = 62.8%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#117CEE (or 0x117CEE) is known color: Dodger Blue. HEX triplet: 11, 7C and EE. RGB value is (17,124,238). Sum of RGB (Red+Green+Blue) = 17+124+238=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #117CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CEE is #EE8311. Grayscale: #686868. Windows color (decimal): -15631122 or 15629329. OLE color: 15629329.

HSL color Cylindrical-coordinate representation of color #117CEE: hue angle of 210.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CEE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 124 238 -
CMYK 0.93 0.48 0 0.07
HSL 210.95º 0.87% 0.5% -
HSV(B) 210.95º 0.93% 0.93% -
XYZ 22.87 20.71 83.68 -
YUV 105 203.05 65.23 -
System Red Green Blue C M Y K H S L
Decimal 17 124 238 0.93 0.48 0 0.07 210.95 0.87 0.5
Hex 11 7C EE 5D 30 0 7 D3 57 32
Octal 21 174 356 135 60 0 7 323 127 62
Binary 10001 1111100 11101110 1011101 110000 0 111 11010011 1010111 110010

Color Harmonies of #117CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CEE

Black with #117CEE

Text Example


Text Example

White with #117CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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