#1A86E6

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

Shades of Dodger Blue #1A86E6

Tints of Dodger Blue #1A86E6

Color information

#1A86E6 (or 0x1A86E6) is unknown color: approx Dodger Blue. HEX triplet: 1A, 86 and E6. RGB value is (26,134,230). Sum of RGB (Red+Green+Blue) = 26+134+230=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #1A86E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A86E6 is #E57919. Grayscale: #707070. Windows color (decimal): -15038746 or 15107610. OLE color: 15107610.

HSL color Cylindrical-coordinate representation of color #1A86E6: hue angle of 208.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A86E6 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB26134230-
CMYK0.890.4200.10
HSL208.24º80.31%50.2%-
HSV(B)208.24º88.7%90.2%-
XYZ23.2322.9878.07-
YUV112.65194.2266.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.67%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 230 (90.23% from 255) = 58.97%
R=6.67%
G=34.36%
B=58.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal261342300.890.4200.10208.2480.3150.2
Hex1A86E6592A0Ad05032
Octal322063461315201232012062
Binary110101000011011100110101100110101001010110100001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A86E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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