#1C86D9

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

Shades of Dodger Blue #1C86D9

Tints of Dodger Blue #1C86D9

Color information

#1C86D9 (or 0x1C86D9) is unknown color: approx Dodger Blue. HEX triplet: 1C, 86 and D9. RGB value is (28,134,217). Sum of RGB (Red+Green+Blue) = 28+134+217=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #1C86D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C86D9 is #E37926. Grayscale: #6F6F6F. Windows color (decimal): -14907687 or 14255644. OLE color: 14255644.

HSL color Cylindrical-coordinate representation of color #1C86D9: hue angle of 206.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C86D9 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28134217-
CMYK0.870.3800.15
HSL206.35º77.14%48.04%-
HSV(B)206.35º87.1%85.1%-
XYZ21.5322.3168.82-
YUV111.77187.3868.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=7.39%
G=35.36%
B=57.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal281342170.870.3800.15206.3577.1448.04
Hex1C86D957260Fce4d30
Octal342063311274601731611560
Binary111001000011011011001101011110011001111110011101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C86D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C86D9; }

 p { color: rgb(28,134,217); }

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

<style>
 a { background-color: #1C86D9; }

 a { background-color: rgb(28,134,217); }

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

<style>
 span { border-color: #1C86D9; }

 span { border-color: rgb(28,134,217); }

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