#117BFB

Color #117BFB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #117BFB

Tints of Dodger Blue #117BFB

Color information

#117BFB (or 0x117BFB) is unknown color: approx Dodger Blue. HEX triplet: 11, 7B and FB. RGB value is (17,123,251). Sum of RGB (Red+Green+Blue) = 17+123+251=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #117BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BFB is #EE8404. Grayscale: #696969. Windows color (decimal): -15631365 or 16481041. OLE color: 16481041.

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

Color convert

RGB17123251-
CMYK0.930.5100.02
HSL212.82º96.69%52.55%-
HSV(B)212.82º93.23%98.43%-
XYZ24.7321.2594.07-
YUV105.9209.8864.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.35%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 251 (98.44% from 255) = 64.19%
R=4.35%
G=31.46%
B=64.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171232510.930.5100.02212.8296.6952.55
Hex117BFB5D3302d56135
Octal21173373135630232514165
Binary100011111011111110111011101110011010110101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #117BFB;
 }
 .AnyTagClassName
 {
   color: #117BFB;
 }
</style>
background-color css

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

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

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

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

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

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