#1a7edf

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

Shades of Dodger Blue #1A7EDF

Tints of Dodger Blue #1A7EDF

Color information

#1A7EDF (or 0x1A7EDF) is unknown color: approx Dodger Blue. HEX triplet: 1A, 7E and DF. RGB value is (26,126,223). Sum of RGB (Red+Green+Blue) = 26+126+223=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A7EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7EDF is #E58120. Grayscale: #6A6A6A. Windows color (decimal): -15040801 or 14646810. OLE color: 14646810.

HSL color Cylindrical-coordinate representation of color #1A7EDF: hue angle of 209.54º 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 #1A7EDF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26126223-
CMYK0.880.4300.13
HSL209.54º79.12%48.82%-
HSV(B)209.54º88.34%87.45%-
XYZ21.2120.4772.65-
YUV107.16193.3770.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.93%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 223 (87.5% from 255) = 59.47%
R=6.93%
G=33.6%
B=59.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261262230.880.4300.13209.5479.1248.82
Hex1A7EDF582B0Dd24f31
Octal321763371305301532211761
Binary11010111111011011111101100010101101101110100101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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