Html Css Color HEX #117BFF Dodger Blue

📋 copy color: '#117BFF'

red 17 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #117BFF

Tints of Dodger Blue #117BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 4.3%
G = 31.14%
B = 64.56%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#117BFF (or 0x117BFF) is known color: Dodger Blue. HEX triplet: 11, 7B and FF. RGB value is (17,123,255). Sum of RGB (Red+Green+Blue) = 17+123+255=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #117BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BFF is #EE8400. Grayscale: #696969. Windows color (decimal): -15631361 or 16743185. OLE color: 16743185.

HSL color Cylindrical-coordinate representation of color #117BFF: hue angle of 213.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117BFF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 123 255 -
CMYK 0.93 0.52 0 0
HSL 213.28º 1% 0.53% -
HSV(B) 213.28º 0.93% 1% -
XYZ 25.36 21.51 97.42 -
YUV 106.35 211.88 64.27 -
System Red Green Blue C M Y K H S L
Decimal 17 123 255 0.93 0.52 0 0 213.28 1 0.53
Hex 11 7B FF 5D 34 0 0 D5 64 35
Octal 21 173 377 135 64 0 0 325 144 65
Binary 10001 1111011 11111111 1011101 110100 0 0 11010101 1100100 110101

Color Harmonies of #117BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BFF

Black with #117BFF

Text Example


Text Example

White with #117BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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