#1A91E7

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

Shades of Dodger Blue #1A91E7

Tints of Dodger Blue #1A91E7

Color information

#1A91E7 (or 0x1A91E7) is unknown color: approx Dodger Blue. HEX triplet: 1A, 91 and E7. RGB value is (26,145,231). Sum of RGB (Red+Green+Blue) = 26+145+231=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 231 (90.62% from 255 or 57.46% from 402); Max value from RGB is 231 - color contains mainly: blue. Hex color #1A91E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A91E7 is #E56E18. Grayscale: #767676. Windows color (decimal): -15035929 or 15175962. OLE color: 15175962.

HSL color Cylindrical-coordinate representation of color #1A91E7: hue angle of 205.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A91E7 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB26145231-
CMYK0.890.3700.09
HSL205.17º81.03%50.39%-
HSV(B)205.17º88.74%90.59%-
XYZ24.9826.2479.35-
YUV119.22191.0861.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.47%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 231 (90.62% from 255) = 57.46%
R=6.47%
G=36.07%
B=57.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal261452310.890.3700.09205.1781.0350.39
Hex1A91E7592509cd5132
Octal322213471314501131512162
Binary110101001000111100111101100110010101001110011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A91E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,145,231); }

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

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

 a { background-color: rgb(26,145,231); }

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

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

 span { border-color: rgb(26,145,231); }

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