#1A9AF3

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

Shades of Dodger Blue #1A9AF3

Tints of Dodger Blue #1A9AF3

Color information

#1A9AF3 (or 0x1A9AF3) is unknown color: approx Dodger Blue. HEX triplet: 1A, 9A and F3. RGB value is (26,154,243). Sum of RGB (Red+Green+Blue) = 26+154+243=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #1A9AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9AF3 is #E5650C. Grayscale: #7D7D7D. Windows color (decimal): -15033613 or 15964698. OLE color: 15964698.

HSL color Cylindrical-coordinate representation of color #1A9AF3: hue angle of 204.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9AF3 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB26154243-
CMYK0.890.3700.05
HSL204.61º90.04%52.75%-
HSV(B)204.61º89.3%95.29%-
XYZ28.1629.889.06-
YUV125.87194.0956.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.15%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 243 (95.31% from 255) = 57.45%
R=6.15%
G=36.41%
B=57.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal261542430.890.3700.05204.6190.0452.75
Hex1A9AF3592505cd5a35
Octal32232363131450531513265
Binary11010100110101111001110110011001010101110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,154,243); }

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

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

 a { background-color: rgb(26,154,243); }

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

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

 span { border-color: rgb(26,154,243); }

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