Html Css Color HEX #117BF8 Dodger Blue

📋 copy color: '#117BF8'

red 17 ◦ green 123 ◦ blue 248

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

Shades of Dodger Blue #117BF8

Tints of Dodger Blue #117BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 248 (97.27% from 255) = 63.92%

R = 4.38%
G = 31.7%
B = 63.92%

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

#117BF8 (or 0x117BF8) is known color: Dodger Blue. HEX triplet: 11, 7B and F8. RGB value is (17,123,248). Sum of RGB (Red+Green+Blue) = 17+123+248=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #117BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BF8 is #EE8407. Grayscale: #686868. Windows color (decimal): -15631368 or 16284433. OLE color: 16284433.

HSL color Cylindrical-coordinate representation of color #117BF8: hue angle of 212.47º degrees, saturation: 0.94, 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 #117BF8 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 123 248 -
CMYK 0.93 0.50 0 0.03
HSL 212.47º 0.94% 0.52% -
HSV(B) 212.47º 0.93% 0.97% -
XYZ 24.26 21.06 91.59 -
YUV 105.56 208.38 64.84 -
System Red Green Blue C M Y K H S L
Decimal 17 123 248 0.93 0.50 0 0.03 212.47 0.94 0.52
Hex 11 7B F8 5D 32 0 3 D4 5E 34
Octal 21 173 370 135 62 0 3 324 136 64
Binary 10001 1111011 11111000 1011101 110010 0 11 11010100 1011110 110100

Color Harmonies of #117BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BF8

Black with #117BF8

Text Example


Text Example

White with #117BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,248); }

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

background-color css

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

 a { background-color: rgb(17,123,248); }

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

border-color css

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

 span { border-color: rgb(17,123,248); }

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