#1a9dfb

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

Shades of Dodger Blue #1A9DFB

Tints of Dodger Blue #1A9DFB

Color information

#1A9DFB (or 0x1A9DFB) is unknown color: approx Dodger Blue. HEX triplet: 1A, 9D and FB. RGB value is (26,157,251). Sum of RGB (Red+Green+Blue) = 26+157+251=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A9DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9DFB is #E56204. Grayscale: #808080. Windows color (decimal): -15032837 or 16489754. OLE color: 16489754.

HSL color Cylindrical-coordinate representation of color #1A9DFB: hue angle of 205.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A9DFB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26157251-
CMYK0.900.3700.02
HSL205.07º96.57%54.31%-
HSV(B)205.07º89.64%98.43%-
XYZ29.931.395.73-
YUV128.55197.154.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.99%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 251 (98.44% from 255) = 57.83%
R=5.99%
G=36.18%
B=57.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261572510.900.3700.02205.0796.5754.31
Hex1A9DFB5A2502cd6136
Octal32235373132450231514166
Binary1101010011101111110111011010100101010110011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a9dfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,157,251); }

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

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

 a { background-color: rgb(26,157,251); }

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

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

 span { border-color: rgb(26,157,251); }

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

cancel