#1AABEF

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

Shades of Dodger Blue #1AABEF

Tints of Dodger Blue #1AABEF

Color information

#1AABEF (or 0x1AABEF) is unknown color: approx Dodger Blue. HEX triplet: 1A, AB and EF. RGB value is (26,171,239). Sum of RGB (Red+Green+Blue) = 26+171+239=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AABEF is #E55410. Grayscale: #868686. Windows color (decimal): -15029265 or 15706906. OLE color: 15706906.

HSL color Cylindrical-coordinate representation of color #1AABEF: hue angle of 199.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AABEF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB26171239-
CMYK0.890.2800.06
HSL199.15º86.94%51.96%-
HSV(B)199.15º89.12%93.73%-
XYZ30.5735.5886.92-
YUV135.4186.4649.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.96%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=5.96%
G=39.22%
B=54.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal261712390.890.2800.06199.1586.9451.96
Hex1AABEF591C06c75734
Octal32253357131340630712764
Binary1101010101011111011111011001111000110110001111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,171,239); }

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

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

 a { background-color: rgb(26,171,239); }

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

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

 span { border-color: rgb(26,171,239); }

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