#166bfd

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

Shades of Dodger Blue #166BFD

Tints of Dodger Blue #166BFD

Color information

#166BFD (or 0x166BFD) is unknown color: approx Dodger Blue. HEX triplet: 16, 6B and FD. RGB value is (22,107,253). Sum of RGB (Red+Green+Blue) = 22+107+253=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #166BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166BFD is #E99402. Grayscale: #616161. Windows color (decimal): -15307779 or 16608022. OLE color: 16608022.

HSL color Cylindrical-coordinate representation of color #166BFD: hue angle of 217.92º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166BFD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22107253-
CMYK0.910.5800.01
HSL217.92º98.3%53.92%-
HSV(B)217.92º91.3%99.22%-
XYZ23.3217.7895.13-
YUV98.23215.3473.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.76%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 253 (99.22% from 255) = 66.23%
R=5.76%
G=28.01%
B=66.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221072530.910.5800.01217.9298.353.92
Hex166BFD5B3A01da6236
Octal26153375133720133214266
Binary10110110101111111101101101111101001110110101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166bfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166bfd; }

 p { color: rgb(22,107,253); }

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

<style>
 a { background-color: #166bfd; }

 a { background-color: rgb(22,107,253); }

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

<style>
 span { border-color: #166bfd; }

 span { border-color: rgb(22,107,253); }

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