#1d7fef

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

Shades of Dodger Blue #1D7FEF

Tints of Dodger Blue #1D7FEF

Color information

#1D7FEF (or 0x1D7FEF) is unknown color: approx Dodger Blue. HEX triplet: 1D, 7F and EF. RGB value is (29,127,239). Sum of RGB (Red+Green+Blue) = 29+127+239=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D7FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7FEF is #E28010. Grayscale: #6D6D6D. Windows color (decimal): -14843921 or 15695645. OLE color: 15695645.

HSL color Cylindrical-coordinate representation of color #1D7FEF: hue angle of 212º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7FEF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29127239-
CMYK0.880.4700.06
HSL212º86.78%52.55%-
HSV(B)212º87.87%93.73%-
XYZ23.6821.6784.6-
YUV110.47200.5369.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.34%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=7.34%
G=32.15%
B=60.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal291272390.880.4700.0621286.7852.55
Hex1D7FEF582F06d45735
Octal35177357130570632412765
Binary1110111111111110111110110001011110110110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d7fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,239); }

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

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

 a { background-color: rgb(29,127,239); }

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

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

 span { border-color: rgb(29,127,239); }

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