Html Css Color HEX #117BFE Dodger Blue

📋 copy color: '#117BFE'

red 17 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #117BFE

Tints of Dodger Blue #117BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 4.31%
G = 31.22%
B = 64.47%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#117BFE (or 0x117BFE) is known color: Dodger Blue. HEX triplet: 11, 7B and FE. RGB value is (17,123,254). Sum of RGB (Red+Green+Blue) = 17+123+254=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #117BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BFE is #EE8401. Grayscale: #696969. Windows color (decimal): -15631362 or 16677649. OLE color: 16677649.

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

Color convert

RGB 17 123 254 -
CMYK 0.93 0.52 0 0.00
HSL 213.16º 0.99% 0.53% -
HSV(B) 213.16º 0.93% 1% -
XYZ 25.2 21.44 96.58 -
YUV 106.24 211.38 64.35 -
System Red Green Blue C M Y K H S L
Decimal 17 123 254 0.93 0.52 0 0.00 213.16 0.99 0.53
Hex 11 7B FE 5D 34 0 0 D5 63 35
Octal 21 173 376 135 64 0 0 325 143 65
Binary 10001 1111011 11111110 1011101 110100 0 0 11010101 1100011 110101

Color Harmonies of #117BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BFE

Black with #117BFE

Text Example


Text Example

White with #117BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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