#1A8CFF

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

Shades of Dodger Blue #1A8CFF

Tints of Dodger Blue #1A8CFF

Color information

#1A8CFF (or 0x1A8CFF) is unknown color: approx Dodger Blue. HEX triplet: 1A, 8C and FF. RGB value is (26,140,255). Sum of RGB (Red+Green+Blue) = 26+140+255=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A8CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8CFF is #E57300. Grayscale: #767676. Windows color (decimal): -15037185 or 16747546. OLE color: 16747546.

HSL color Cylindrical-coordinate representation of color #1A8CFF: hue angle of 210.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8CFF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB26140255-
CMYK0.900.4500
HSL210.13º100%55.1%-
HSV(B)210.13º89.8%100%-
XYZ27.8526.298.2-
YUV119.02204.7361.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.18%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 255 (100% from 255) = 60.57%
R=6.18%
G=33.25%
B=60.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal261402550.900.4500210.1310055.1
Hex1A8CFF5A2D00d26437
Octal32214377132550032214467
Binary110101000110011111111101101010110100110100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,140,255); }

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

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

 a { background-color: rgb(26,140,255); }

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

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

 span { border-color: rgb(26,140,255); }

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