#1D7DFE

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

Shades of Dodger Blue #1D7DFE

Tints of Dodger Blue #1D7DFE

Color information

#1D7DFE (or 0x1D7DFE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 7D and FE. RGB value is (29,125,254). Sum of RGB (Red+Green+Blue) = 29+125+254=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D7DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7DFE is #E28201. Grayscale: #6E6E6E. Windows color (decimal): -14844418 or 16678173. OLE color: 16678173.

HSL color Cylindrical-coordinate representation of color #1D7DFE: hue angle of 214.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D7DFE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB29125254-
CMYK0.890.5100.00
HSL214.4º99.12%55.49%-
HSV(B)214.4º88.58%99.61%-
XYZ25.7322.0896.67-
YUV111208.769.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.11%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 254 (99.61% from 255) = 62.25%
R=7.11%
G=30.64%
B=62.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291252540.890.5100.00214.499.1255.49
Hex1D7DFE593300d66337
Octal35175376131630032614367
Binary11101111110111111110101100111001100110101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,254); }

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

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

 a { background-color: rgb(29,125,254); }

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

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

 span { border-color: rgb(29,125,254); }

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