#1A8DF5

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

Shades of Dodger Blue #1A8DF5

Tints of Dodger Blue #1A8DF5

Color information

#1A8DF5 (or 0x1A8DF5) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8D and F5. RGB value is (26,141,245). Sum of RGB (Red+Green+Blue) = 26+141+245=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #1A8DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8DF5 is #E5720A. Grayscale: #757575. Windows color (decimal): -15036939 or 16092442. OLE color: 16092442.

HSL color Cylindrical-coordinate representation of color #1A8DF5: hue angle of 208.49º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8DF5 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB26141245-
CMYK0.890.4200.04
HSL208.49º91.63%53.14%-
HSV(B)208.49º89.39%96.08%-
XYZ26.4325.8689.98-
YUV118.47199.462.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.31%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 245 (96.09% from 255) = 59.47%
R=6.31%
G=34.22%
B=59.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal261412450.890.4200.04208.4991.6353.14
Hex1A8DF5592A04d05c35
Octal32215365131520432013465
Binary11010100011011111010110110011010100100110100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,141,245); }

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

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

 a { background-color: rgb(26,141,245); }

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

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

 span { border-color: rgb(26,141,245); }

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