#107DE6

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

Shades of Dodger Blue #107DE6

Tints of Dodger Blue #107DE6

Color information

#107DE6 (or 0x107DE6) is unknown color: approx Dodger Blue. HEX triplet: 10, 7D and E6. RGB value is (16,125,230). Sum of RGB (Red+Green+Blue) = 16+125+230=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #107DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DE6 is #EF8219. Grayscale: #676767. Windows color (decimal): -15696410 or 15105296. OLE color: 15105296.

HSL color Cylindrical-coordinate representation of color #107DE6: hue angle of 209.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107DE6 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16125230-
CMYK0.930.4600.10
HSL209.44º86.99%48.24%-
HSV(B)209.44º93.04%90.2%-
XYZ21.8320.4977.67-
YUV104.38198.8964.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.31%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 230 (90.23% from 255) = 61.99%
R=4.31%
G=33.69%
B=61.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161252300.930.4600.10209.4486.9948.24
Hex107DE65D2E0Ad15730
Octal201753461355601232112760
Binary10000111110111100110101110110111001010110100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107DE6; }

 p { color: rgb(16,125,230); }

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

<style>
 a { background-color: #107DE6; }

 a { background-color: rgb(16,125,230); }

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

<style>
 span { border-color: #107DE6; }

 span { border-color: rgb(16,125,230); }

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