#1A73EA

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

Shades of Dodger Blue #1A73EA

Tints of Dodger Blue #1A73EA

Color information

#1A73EA (or 0x1A73EA) is unknown color: approx Dodger Blue. HEX triplet: 1A, 73 and EA. RGB value is (26,115,234). Sum of RGB (Red+Green+Blue) = 26+115+234=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A73EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A73EA is #E58C15. Grayscale: #656565. Windows color (decimal): -15043606 or 15364890. OLE color: 15364890.

HSL color Cylindrical-coordinate representation of color #1A73EA: hue angle of 214.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A73EA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB26115234-
CMYK0.890.5100.08
HSL214.33º83.2%50.98%-
HSV(B)214.33º88.89%91.76%-
XYZ21.4118.4280.27-
YUV101.96202.5173.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.93%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=6.93%
G=30.67%
B=62.4%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal261152340.890.5100.08214.3383.250.98
Hex1A73EA593308d65333
Octal321633521316301032612363
Binary11010111001111101010101100111001101000110101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,234); }

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

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

 a { background-color: rgb(26,115,234); }

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

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

 span { border-color: rgb(26,115,234); }

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