#1A8BF8

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

Shades of Dodger Blue #1A8BF8

Tints of Dodger Blue #1A8BF8

Color information

#1A8BF8 (or 0x1A8BF8) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8B and F8. RGB value is (26,139,248). Sum of RGB (Red+Green+Blue) = 26+139+248=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #1A8BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BF8 is #E57407. Grayscale: #757575. Windows color (decimal): -15037448 or 16288538. OLE color: 16288538.

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

Color convert

RGB26139248-
CMYK0.900.4400.03
HSL209.46º94.07%53.73%-
HSV(B)209.46º89.52%97.25%-
XYZ26.625.4692.32-
YUV117.64201.5662.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.30%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 248 (97.27% from 255) = 60.05%
R=6.30%
G=33.66%
B=60.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal261392480.900.4400.03209.4694.0753.73
Hex1A8BF85A2C03d15e36
Octal32213370132540332113666
Binary1101010001011111110001011010101100011110100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,139,248); }

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

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

 a { background-color: rgb(26,139,248); }

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

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

 span { border-color: rgb(26,139,248); }

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