#1D9EFE

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

Shades of Dodger Blue #1D9EFE

Tints of Dodger Blue #1D9EFE

Color information

#1D9EFE (or 0x1D9EFE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 9E and FE. RGB value is (29,158,254). Sum of RGB (Red+Green+Blue) = 29+158+254=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9EFE is #E26101. Grayscale: #818181. Windows color (decimal): -14835970 or 16686621. OLE color: 16686621.

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

Color convert

RGB29158254-
CMYK0.890.3800.00
HSL205.6º99.12%55.49%-
HSV(B)205.6º88.58%99.61%-
XYZ30.6231.8798.3-
YUV130.37197.7655.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.58%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=6.58%
G=35.83%
B=57.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291582540.890.3800.00205.699.1255.49
Hex1D9EFE592600ce6337
Octal35236376131460031614367
Binary111011001111011111110101100110011000110011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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