#1A7AE6

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

Shades of Dodger Blue #1A7AE6

Tints of Dodger Blue #1A7AE6

Color information

#1A7AE6 (or 0x1A7AE6) is unknown color: approx Dodger Blue. HEX triplet: 1A, 7A and E6. RGB value is (26,122,230). Sum of RGB (Red+Green+Blue) = 26+122+230=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #1A7AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7AE6 is #E58519. Grayscale: #696969. Windows color (decimal): -15041818 or 15104538. OLE color: 15104538.

HSL color Cylindrical-coordinate representation of color #1A7AE6: hue angle of 211.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A7AE6 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB26122230-
CMYK0.890.4700.10
HSL211.76º80.31%50.2%-
HSV(B)211.76º88.7%90.2%-
XYZ21.6719.8577.55-
YUV105.61198.271.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.88%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 230 (90.23% from 255) = 60.85%
R=6.88%
G=32.28%
B=60.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal261222300.890.4700.10211.7680.3150.2
Hex1A7AE6592F0Ad45032
Octal321723461315701232412062
Binary11010111101011100110101100110111101010110101001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,230); }

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

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

 a { background-color: rgb(26,122,230); }

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

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

 span { border-color: rgb(26,122,230); }

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