Html Css Color HEX #117FED Dodger Blue

📋 copy color: '#117FED'

red 17 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #117FED

Tints of Dodger Blue #117FED

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 4.46%
G = 33.33%
B = 62.2%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#117FED (or 0x117FED) is known color: Dodger Blue. HEX triplet: 11, 7F and ED. RGB value is (17,127,237). Sum of RGB (Red+Green+Blue) = 17+127+237=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #117FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FED is #EE8012. Grayscale: #6A6A6A. Windows color (decimal): -15630355 or 15564561. OLE color: 15564561.

HSL color Cylindrical-coordinate representation of color #117FED: hue angle of 210º 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 #117FED is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 127 237 -
CMYK 0.93 0.46 0 0.07
HSL 210º 0.87% 0.5% -
HSV(B) 210º 0.93% 0.93% -
XYZ 23.11 21.41 83.04 -
YUV 106.65 201.56 64.06 -
System Red Green Blue C M Y K H S L
Decimal 17 127 237 0.93 0.46 0 0.07 210 0.87 0.5
Hex 11 7F ED 5D 2E 0 7 D2 57 32
Octal 21 177 355 135 56 0 7 322 127 62
Binary 10001 1111111 11101101 1011101 101110 0 111 11010010 1010111 110010

Color Harmonies of #117FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FED

Black with #117FED

Text Example


Text Example

White with #117FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,237); }

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

background-color css

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

 a { background-color: rgb(17,127,237); }

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

border-color css

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

 span { border-color: rgb(17,127,237); }

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