#1A97DF

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

Shades of Dodger Blue #1A97DF

Tints of Dodger Blue #1A97DF

Color information

#1A97DF (or 0x1A97DF) is unknown color: approx Dodger Blue. HEX triplet: 1A, 97 and DF. RGB value is (26,151,223). Sum of RGB (Red+Green+Blue) = 26+151+223=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A97DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A97DF is #E56820. Grayscale: #797979. Windows color (decimal): -15034401 or 14653210. OLE color: 14653210.

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

Color convert

RGB26151223-
CMYK0.880.3200.13
HSL201.93º79.12%48.82%-
HSV(B)201.93º88.34%87.45%-
XYZ24.8127.6873.85-
YUV121.83185.0959.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.5%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 223 (87.5% from 255) = 55.75%
R=6.5%
G=37.75%
B=55.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261512230.880.3200.13201.9379.1248.82
Hex1A97DF58200Dca4f31
Octal322273371304001531211761
Binary110101001011111011111101100010000001101110010101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,151,223); }

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

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

 a { background-color: rgb(26,151,223); }

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

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

 span { border-color: rgb(26,151,223); }

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