#1A8AFA

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

Shades of Dodger Blue #1A8AFA

Tints of Dodger Blue #1A8AFA

Color information

#1A8AFA (or 0x1A8AFA) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8A and FA. RGB value is (26,138,250). Sum of RGB (Red+Green+Blue) = 26+138+250=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFA is #E57505. Grayscale: #747474. Windows color (decimal): -15037702 or 16419354. OLE color: 16419354.

HSL color Cylindrical-coordinate representation of color #1A8AFA: hue angle of 210º 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 #1A8AFA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26138250-
CMYK0.900.4500.02
HSL210º95.73%54.12%-
HSV(B)210º89.6%98.04%-
XYZ26.7725.393.91-
YUV117.28202.8962.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.28%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=6.28%
G=33.33%
B=60.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261382500.900.4500.0221095.7354.12
Hex1A8AFA5A2D02d26036
Octal32212372132550232214066
Binary1101010001010111110101011010101101010110100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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