#1A91E3

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

Shades of Dodger Blue #1A91E3

Tints of Dodger Blue #1A91E3

Color information

#1A91E3 (or 0x1A91E3) is unknown color: approx Dodger Blue. HEX triplet: 1A, 91 and E3. RGB value is (26,145,227). Sum of RGB (Red+Green+Blue) = 26+145+227=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 227 (89.06% from 255 or 57.04% from 398); Max value from RGB is 227 - color contains mainly: blue. Hex color #1A91E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A91E3 is #E56E1C. Grayscale: #767676. Windows color (decimal): -15035933 or 14913818. OLE color: 14913818.

HSL color Cylindrical-coordinate representation of color #1A91E3: hue angle of 204.48º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A91E3 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB26145227-
CMYK0.890.3600.11
HSL204.48º79.45%49.61%-
HSV(B)204.48º88.55%89.02%-
XYZ24.4226.0276.41-
YUV118.77189.0861.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.53%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 227 (89.06% from 255) = 57.04%
R=6.53%
G=36.43%
B=57.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal261452270.890.3600.11204.4879.4549.61
Hex1A91E359240Bcc4f32
Octal322213431314401331411762
Binary110101001000111100011101100110010001011110011001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A91E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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