#0186E6

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

Shades of Dodger Blue #0186E6

Tints of Dodger Blue #0186E6

Color information

#0186E6 (or 0x0186E6) is unknown color: approx Dodger Blue. HEX triplet: 01, 86 and E6. RGB value is (1,134,230). Sum of RGB (Red+Green+Blue) = 1+134+230=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #0186E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186E6 is #FE7919. Grayscale: #686868. Windows color (decimal): -16677146 or 15107585. OLE color: 15107585.

HSL color Cylindrical-coordinate representation of color #0186E6: hue angle of 205.15º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0186E6 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1134230-
CMYK1.000.4200.10
HSL205.15º99.13%45.29%-
HSV(B)205.15º99.57%90.2%-
XYZ22.8222.7778.06-
YUV105.18198.4453.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 230 (90.23% from 255) = 63.01%
R=0.27%
G=36.71%
B=63.01%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11342301.000.4200.10205.1599.1345.29
Hex186E6642A0Acd632d
Octal12063461445201231514355
Binary11000011011100110110010010101001010110011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0186E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0186E6; }

 p { color: rgb(1,134,230); }

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

<style>
 a { background-color: #0186E6; }

 a { background-color: rgb(1,134,230); }

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

<style>
 span { border-color: #0186E6; }

 span { border-color: rgb(1,134,230); }

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