#1A8EE1

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

Shades of Dodger Blue #1A8EE1

Tints of Dodger Blue #1A8EE1

Color information

#1A8EE1 (or 0x1A8EE1) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8E and E1. RGB value is (26,142,225). Sum of RGB (Red+Green+Blue) = 26+142+225=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #1A8EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8EE1 is #E5711E. Grayscale: #747474. Windows color (decimal): -15036703 or 14781978. OLE color: 14781978.

HSL color Cylindrical-coordinate representation of color #1A8EE1: hue angle of 205.03º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A8EE1 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB26142225-
CMYK0.880.3700.12
HSL205.03º79.28%49.22%-
HSV(B)205.03º88.44%88.24%-
XYZ23.692574.81-
YUV116.78189.0763.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.62%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=6.62%
G=36.13%
B=57.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal261422250.880.3700.12205.0379.2849.22
Hex1A8EE158250Ccd4f31
Octal322163411304501431511761
Binary110101000111011100001101100010010101100110011011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,142,225); }

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

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

 a { background-color: rgb(26,142,225); }

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

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

 span { border-color: rgb(26,142,225); }

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