#1A9AF7

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

Shades of Dodger Blue #1A9AF7

Tints of Dodger Blue #1A9AF7

Color information

#1A9AF7 (or 0x1A9AF7) is unknown color: approx Dodger Blue. HEX triplet: 1A, 9A and F7. RGB value is (26,154,247). Sum of RGB (Red+Green+Blue) = 26+154+247=427 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.09% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #1A9AF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9AF7 is #E56508. Grayscale: #7D7D7D. Windows color (decimal): -15033609 or 16226842. OLE color: 16226842.

HSL color Cylindrical-coordinate representation of color #1A9AF7: hue angle of 205.25º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9AF7 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB26154247-
CMYK0.890.3800.03
HSL205.25º93.25%53.53%-
HSV(B)205.25º89.47%96.86%-
XYZ28.7730.0592.28-
YUV126.33196.0956.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.09%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 247 (96.88% from 255) = 57.85%
R=6.09%
G=36.07%
B=57.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal261542470.890.3800.03205.2593.2553.53
Hex1A9AF7592603cd5d36
Octal32232367131460331513566
Binary1101010011010111101111011001100110011110011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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