#1D71F8

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

Shades of Dodger Blue #1D71F8

Tints of Dodger Blue #1D71F8

Color information

#1D71F8 (or 0x1D71F8) is unknown color: approx Dodger Blue. HEX triplet: 1D, 71 and F8. RGB value is (29,113,248). Sum of RGB (Red+Green+Blue) = 29+113+248=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D71F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D71F8 is #E28E07. Grayscale: #666666. Windows color (decimal): -14847496 or 16281885. OLE color: 16281885.

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

Color convert

RGB29113248-
CMYK0.880.5400.03
HSL216.99º93.99%54.31%-
HSV(B)216.99º88.31%97.25%-
XYZ23.3618.8591.21-
YUV103.27209.6775.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 248 (97.27% from 255) = 63.59%
R=7.44%
G=28.97%
B=63.59%

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
Decimal291132480.880.5400.03216.9993.9954.31
Hex1D71F8583603d95e36
Octal35161370130660333113666
Binary111011110001111110001011000110110011110110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D71F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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