#018DF6

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

Shades of Dodger Blue #018DF6

Tints of Dodger Blue #018DF6

Color information

#018DF6 (or 0x018DF6) is unknown color: approx Dodger Blue. HEX triplet: 01, 8D and F6. RGB value is (1,141,246). Sum of RGB (Red+Green+Blue) = 1+141+246=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #018DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DF6 is #FE7209. Grayscale: #6E6E6E. Windows color (decimal): -16675338 or 16157953. OLE color: 16157953.

HSL color Cylindrical-coordinate representation of color #018DF6: hue angle of 205.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DF6 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1141246-
CMYK1.000.4300.04
HSL205.71º99.19%48.43%-
HSV(B)205.71º99.59%96.47%-
XYZ26.1725.7190.77-
YUV111.11204.1249.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 246 (96.48% from 255) = 63.40%
R=0.26%
G=36.34%
B=63.40%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11412461.000.4300.04205.7199.1948.43
Hex18DF6642B04ce6330
Octal1215366144530431614360
Binary1100011011111011011001001010110100110011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018DF6; }

 p { color: rgb(1,141,246); }

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

<style>
 a { background-color: #018DF6; }

 a { background-color: rgb(1,141,246); }

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

<style>
 span { border-color: #018DF6; }

 span { border-color: rgb(1,141,246); }

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