#1D7EFE

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

Shades of Dodger Blue #1D7EFE

Tints of Dodger Blue #1D7EFE

Color information

#1D7EFE (or 0x1D7EFE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 7E and FE. RGB value is (29,126,254). Sum of RGB (Red+Green+Blue) = 29+126+254=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7EFE is #E28101. Grayscale: #6E6E6E. Windows color (decimal): -14844162 or 16678429. OLE color: 16678429.

HSL color Cylindrical-coordinate representation of color #1D7EFE: hue angle of 214.13º 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 #1D7EFE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB29126254-
CMYK0.890.5000.00
HSL214.13º99.12%55.49%-
HSV(B)214.13º88.58%99.61%-
XYZ25.8622.3496.71-
YUV111.59208.3669.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.09%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 254 (99.61% from 255) = 62.10%
R=7.09%
G=30.81%
B=62.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291262540.890.5000.00214.1399.1255.49
Hex1D7EFE593200d66337
Octal35176376131620032614367
Binary11101111111011111110101100111001000110101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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