#106EFD

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

Shades of Dodger Blue #106EFD

Tints of Dodger Blue #106EFD

Color information

#106EFD (or 0x106EFD) is unknown color: approx Dodger Blue. HEX triplet: 10, 6E and FD. RGB value is (16,110,253). Sum of RGB (Red+Green+Blue) = 16+110+253=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #106EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EFD is #EF9102. Grayscale: #616161. Windows color (decimal): -15700227 or 16608784. OLE color: 16608784.

HSL color Cylindrical-coordinate representation of color #106EFD: hue angle of 216.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106EFD is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16110253-
CMYK0.940.5700.01
HSL216.2º98.34%52.75%-
HSV(B)216.2º93.68%99.22%-
XYZ23.5218.3595.23-
YUV98.2215.3669.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.22%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 253 (99.22% from 255) = 66.75%
R=4.22%
G=29.02%
B=66.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161102530.940.5700.01216.298.3452.75
Hex106EFD5E3901d86235
Octal20156375136710133014265
Binary10000110111011111101101111011100101110110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106EFD; }

 p { color: rgb(16,110,253); }

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

<style>
 a { background-color: #106EFD; }

 a { background-color: rgb(16,110,253); }

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

<style>
 span { border-color: #106EFD; }

 span { border-color: rgb(16,110,253); }

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