#1A82DF

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

Shades of Dodger Blue #1A82DF

Tints of Dodger Blue #1A82DF

Color information

#1A82DF (or 0x1A82DF) is unknown color: approx Dodger Blue. HEX triplet: 1A, 82 and DF. RGB value is (26,130,223). Sum of RGB (Red+Green+Blue) = 26+130+223=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A82DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A82DF is #E57D20. Grayscale: #6D6D6D. Windows color (decimal): -15039777 or 14647834. OLE color: 14647834.

HSL color Cylindrical-coordinate representation of color #1A82DF: hue angle of 208.32º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A82DF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26130223-
CMYK0.880.4200.13
HSL208.32º79.12%48.82%-
HSV(B)208.32º88.34%87.45%-
XYZ21.7321.5172.82-
YUV109.51192.0468.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.86%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 223 (87.5% from 255) = 58.84%
R=6.86%
G=34.30%
B=58.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261302230.880.4200.13208.3279.1248.82
Hex1A82DF582A0Dd04f31
Octal322023371305201532011761
Binary110101000001011011111101100010101001101110100001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A82DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,223); }

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

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

 a { background-color: rgb(26,130,223); }

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

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

 span { border-color: rgb(26,130,223); }

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