#1D9AFF

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

Shades of Dodger Blue #1D9AFF

Tints of Dodger Blue #1D9AFF

Color information

#1D9AFF (or 0x1D9AFF) is unknown color: approx Dodger Blue. HEX triplet: 1D, 9A and FF. RGB value is (29,154,255). Sum of RGB (Red+Green+Blue) = 29+154+255=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFF is #E26500. Grayscale: #7F7F7F. Windows color (decimal): -14836993 or 16751133. OLE color: 16751133.

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

Color convert

RGB29154255-
CMYK0.890.4000
HSL206.81º100%55.69%-
HSV(B)206.81º88.63%100%-
XYZ30.1130.5998.93-
YUV128.14199.5957.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.62%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 255 (100% from 255) = 58.22%
R=6.62%
G=35.16%
B=58.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal291542550.890.4000206.8110055.69
Hex1D9AFF592800cf6438
Octal35232377131500031714470
Binary111011001101011111111101100110100000110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,154,255); }

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

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

 a { background-color: rgb(29,154,255); }

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

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

 span { border-color: rgb(29,154,255); }

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