#1D73F8

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

Shades of Dodger Blue #1D73F8

Tints of Dodger Blue #1D73F8

Color information

#1D73F8 (or 0x1D73F8) is unknown color: approx Dodger Blue. HEX triplet: 1D, 73 and F8. RGB value is (29,115,248). Sum of RGB (Red+Green+Blue) = 29+115+248=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D73F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D73F8 is #E28C07. Grayscale: #676767. Windows color (decimal): -14846984 or 16282397. OLE color: 16282397.

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

Color convert

RGB29115248-
CMYK0.880.5400.03
HSL216.44º93.99%54.31%-
HSV(B)216.44º88.31%97.25%-
XYZ23.5819.391.29-
YUV104.45209.0174.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.40%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 248 (97.27% from 255) = 63.27%
R=7.40%
G=29.34%
B=63.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal291152480.880.5400.03216.4493.9954.31
Hex1D73F8583603d85e36
Octal35163370130660333013666
Binary111011110011111110001011000110110011110110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D73F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,248); }

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

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

 a { background-color: rgb(29,115,248); }

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

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

 span { border-color: rgb(29,115,248); }

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