#1D72F8

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

Shades of Dodger Blue #1D72F8

Tints of Dodger Blue #1D72F8

Color information

#1D72F8 (or 0x1D72F8) is unknown color: approx Dodger Blue. HEX triplet: 1D, 72 and F8. RGB value is (29,114,248). Sum of RGB (Red+Green+Blue) = 29+114+248=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D72F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D72F8 is #E28D07. Grayscale: #676767. Windows color (decimal): -14847240 or 16282141. OLE color: 16282141.

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

Color convert

RGB29114248-
CMYK0.880.5400.03
HSL216.71º93.99%54.31%-
HSV(B)216.71º88.31%97.25%-
XYZ23.4719.0791.25-
YUV103.86209.3474.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.42%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 248 (97.27% from 255) = 63.43%
R=7.42%
G=29.16%
B=63.43%

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
Decimal291142480.880.5400.03216.7193.9954.31
Hex1D72F8583603d95e36
Octal35162370130660333113666
Binary111011110010111110001011000110110011110110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D72F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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