#1A91DD

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

Shades of Dodger Blue #1A91DD

Tints of Dodger Blue #1A91DD

Color information

#1A91DD (or 0x1A91DD) is unknown color: approx Dodger Blue. HEX triplet: 1A, 91 and DD. RGB value is (26,145,221). Sum of RGB (Red+Green+Blue) = 26+145+221=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A91DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A91DD is #E56E22. Grayscale: #757575. Windows color (decimal): -15035939 or 14520602. OLE color: 14520602.

HSL color Cylindrical-coordinate representation of color #1A91DD: hue angle of 203.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A91DD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26145221-
CMYK0.880.3400.13
HSL203.38º78.95%48.43%-
HSV(B)203.38º88.24%86.67%-
XYZ23.625.6972.12-
YUV118.08186.0862.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.63%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 221 (86.72% from 255) = 56.38%
R=6.63%
G=36.99%
B=56.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261452210.880.3400.13203.3878.9548.43
Hex1A91DD58220Dcb4f30
Octal322213351304201531311760
Binary110101001000111011101101100010001001101110010111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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