#1AA5F5

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

Shades of Dodger Blue #1AA5F5

Tints of Dodger Blue #1AA5F5

Color information

#1AA5F5 (or 0x1AA5F5) is unknown color: approx Dodger Blue. HEX triplet: 1A, A5 and F5. RGB value is (26,165,245). Sum of RGB (Red+Green+Blue) = 26+165+245=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #1AA5F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA5F5 is #E55A0A. Grayscale: #848484. Windows color (decimal): -15030795 or 16098586. OLE color: 16098586.

HSL color Cylindrical-coordinate representation of color #1AA5F5: hue angle of 201.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA5F5 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB26165245-
CMYK0.890.3300.04
HSL201.92º91.63%53.14%-
HSV(B)201.92º89.39%96.08%-
XYZ30.3633.7291.3-
YUV132.56191.4552-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.96%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 245 (96.09% from 255) = 56.19%
R=5.96%
G=37.84%
B=56.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal261652450.890.3300.04201.9291.6353.14
Hex1AA5F5592104ca5c35
Octal32245365131410431213465
Binary11010101001011111010110110011000010100110010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,165,245); }

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

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

 a { background-color: rgb(26,165,245); }

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

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

 span { border-color: rgb(26,165,245); }

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