#1D7CFE

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

Shades of Dodger Blue #1D7CFE

Tints of Dodger Blue #1D7CFE

Color information

#1D7CFE (or 0x1D7CFE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 7C and FE. RGB value is (29,124,254). Sum of RGB (Red+Green+Blue) = 29+124+254=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D7CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7CFE is #E28301. Grayscale: #6D6D6D. Windows color (decimal): -14844674 or 16677917. OLE color: 16677917.

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

Color convert

RGB29124254-
CMYK0.890.5100.00
HSL214.67º99.12%55.49%-
HSV(B)214.67º88.58%99.61%-
XYZ25.621.8396.63-
YUV110.42209.0369.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.13%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 62.41%
R=7.13%
G=30.47%
B=62.41%

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
Decimal291242540.890.5100.00214.6799.1255.49
Hex1D7CFE593300d76337
Octal35174376131630032714367
Binary11101111110011111110101100111001100110101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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