#1A9FEA

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

Shades of Dodger Blue #1A9FEA

Tints of Dodger Blue #1A9FEA

Color information

#1A9FEA (or 0x1A9FEA) is unknown color: approx Dodger Blue. HEX triplet: 1A, 9F and EA. RGB value is (26,159,234). Sum of RGB (Red+Green+Blue) = 26+159+234=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A9FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9FEA is #E56015. Grayscale: #7F7F7F. Windows color (decimal): -15032342 or 15376154. OLE color: 15376154.

HSL color Cylindrical-coordinate representation of color #1A9FEA: hue angle of 201.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9FEA is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB26159234-
CMYK0.890.3200.08
HSL201.63º83.2%50.98%-
HSV(B)201.63º88.89%91.76%-
XYZ27.6830.9682.36-
YUV127.78187.9455.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.21%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 234 (91.80% from 255) = 55.85%
R=6.21%
G=37.95%
B=55.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal261592340.890.3200.08201.6383.250.98
Hex1A9FEA592008ca5333
Octal322373521314001031212363
Binary110101001111111101010101100110000001000110010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,234); }

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

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

 a { background-color: rgb(26,159,234); }

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

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

 span { border-color: rgb(26,159,234); }

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