#1A87F8

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

Shades of Dodger Blue #1A87F8

Tints of Dodger Blue #1A87F8

Color information

#1A87F8 (or 0x1A87F8) is unknown color: approx Dodger Blue. HEX triplet: 1A, 87 and F8. RGB value is (26,135,248). Sum of RGB (Red+Green+Blue) = 26+135+248=409 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.36% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #1A87F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87F8 is #E57807. Grayscale: #727272. Windows color (decimal): -15038472 or 16287514. OLE color: 16287514.

HSL color Cylindrical-coordinate representation of color #1A87F8: hue angle of 210.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A87F8 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB26135248-
CMYK0.900.4600.03
HSL210.54º94.07%53.73%-
HSV(B)210.54º89.52%97.25%-
XYZ26.0324.3292.13-
YUV115.29202.8964.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.36%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 248 (97.27% from 255) = 60.64%
R=6.36%
G=33.01%
B=60.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal261352480.900.4600.03210.5494.0753.73
Hex1A87F85A2E03d35e36
Octal32207370132560332313666
Binary1101010000111111110001011010101110011110100111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A87F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,135,248); }

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

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

 a { background-color: rgb(26,135,248); }

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

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

 span { border-color: rgb(26,135,248); }

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