#1A78F0

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

Shades of Dodger Blue #1A78F0

Tints of Dodger Blue #1A78F0

Color information

#1A78F0 (or 0x1A78F0) is unknown color: approx Dodger Blue. HEX triplet: 1A, 78 and F0. RGB value is (26,120,240). Sum of RGB (Red+Green+Blue) = 26+120+240=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #1A78F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A78F0 is #E5870F. Grayscale: #696969. Windows color (decimal): -15042320 or 15759386. OLE color: 15759386.

HSL color Cylindrical-coordinate representation of color #1A78F0: hue angle of 213.64º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A78F0 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB26120240-
CMYK0.890.500.06
HSL213.64º87.7%52.16%-
HSV(B)213.64º89.17%94.12%-
XYZ22.8719.9485.08-
YUV105.57203.8671.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.74%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 240 (94.14% from 255) = 62.18%
R=6.74%
G=31.09%
B=62.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal261202400.890.500.06213.6487.752.16
Hex1A78F0593206d65834
Octal32170360131620632613064
Binary1101011110001111000010110011100100110110101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A78F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,240); }

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

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

 a { background-color: rgb(26,120,240); }

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

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

 span { border-color: rgb(26,120,240); }

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