#1A87FA

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

Shades of Dodger Blue #1A87FA

Tints of Dodger Blue #1A87FA

Color information

#1A87FA (or 0x1A87FA) is unknown color: approx Dodger Blue. HEX triplet: 1A, 87 and FA. RGB value is (26,135,250). Sum of RGB (Red+Green+Blue) = 26+135+250=411 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.33% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A87FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87FA is #E57805. Grayscale: #727272. Windows color (decimal): -15038470 or 16418586. OLE color: 16418586.

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

Color convert

RGB26135250-
CMYK0.900.4600.02
HSL210.8º95.73%54.12%-
HSV(B)210.8º89.6%98.04%-
XYZ26.3524.4593.77-
YUV115.52203.8964.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.33%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=6.33%
G=32.85%
B=60.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261352500.900.4600.02210.895.7354.12
Hex1A87FA5A2E02d36036
Octal32207372132560232314066
Binary1101010000111111110101011010101110010110100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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