#1D88FA

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

Shades of Dodger Blue #1D88FA

Tints of Dodger Blue #1D88FA

Color information

#1D88FA (or 0x1D88FA) is unknown color: approx Dodger Blue. HEX triplet: 1D, 88 and FA. RGB value is (29,136,250). Sum of RGB (Red+Green+Blue) = 29+136+250=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D88FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D88FA is #E27705. Grayscale: #747474. Windows color (decimal): -14841606 or 16418845. OLE color: 16418845.

HSL color Cylindrical-coordinate representation of color #1D88FA: hue angle of 210.95º 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 #1D88FA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB29136250-
CMYK0.880.4600.02
HSL210.95º95.67%54.71%-
HSV(B)210.95º88.4%98.04%-
XYZ26.5724.7793.82-
YUV117203.0565.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.99%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=6.99%
G=32.77%
B=60.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal291362500.880.4600.02210.9595.6754.71
Hex1D88FA582E02d36037
Octal35210372130560232314067
Binary1110110001000111110101011000101110010110100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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