#1A8FEF

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

Shades of Dodger Blue #1A8FEF

Tints of Dodger Blue #1A8FEF

Color information

#1A8FEF (or 0x1A8FEF) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8F and EF. RGB value is (26,143,239). Sum of RGB (Red+Green+Blue) = 26+143+239=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A8FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FEF is #E57010. Grayscale: #767676. Windows color (decimal): -15036433 or 15699738. OLE color: 15699738.

HSL color Cylindrical-coordinate representation of color #1A8FEF: hue angle of 207.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8FEF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB26143239-
CMYK0.890.4000.06
HSL207.04º86.94%51.96%-
HSV(B)207.04º89.12%93.73%-
XYZ25.8326.185.34-
YUV118.96195.7461.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.37%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=6.37%
G=35.05%
B=58.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal261432390.890.4000.06207.0486.9451.96
Hex1A8FEF592806cf5734
Octal32217357131500631712764
Binary11010100011111110111110110011010000110110011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,143,239); }

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

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

 a { background-color: rgb(26,143,239); }

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

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

 span { border-color: rgb(26,143,239); }

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