#1D8FFA

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

Shades of Dodger Blue #1D8FFA

Tints of Dodger Blue #1D8FFA

Color information

#1D8FFA (or 0x1D8FFA) is unknown color: approx Dodger Blue. HEX triplet: 1D, 8F and FA. RGB value is (29,143,250). Sum of RGB (Red+Green+Blue) = 29+143+250=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8FFA is #E27005. Grayscale: #787878. Windows color (decimal): -14839814 or 16420637. OLE color: 16420637.

HSL color Cylindrical-coordinate representation of color #1D8FFA: hue angle of 209.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8FFA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB29143250-
CMYK0.880.4300.02
HSL209.05º95.67%54.71%-
HSV(B)209.05º88.4%98.04%-
XYZ27.5826.8194.16-
YUV121.11200.7362.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.87%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 250 (98.05% from 255) = 59.24%
R=6.87%
G=33.89%
B=59.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal291432500.880.4300.02209.0595.6754.71
Hex1D8FFA582B02d16037
Octal35217372130530232114067
Binary1110110001111111110101011000101011010110100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,143,250); }

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

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

 a { background-color: rgb(29,143,250); }

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

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

 span { border-color: rgb(29,143,250); }

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