#1584FA

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

Shades of Dodger Blue #1584FA

Tints of Dodger Blue #1584FA

Color information

#1584FA (or 0x1584FA) is unknown color: approx Dodger Blue. HEX triplet: 15, 84 and FA. RGB value is (21,132,250). Sum of RGB (Red+Green+Blue) = 21+132+250=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1584FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584FA is #EA7B05. Grayscale: #6F6F6F. Windows color (decimal): -15366918 or 16417813. OLE color: 16417813.

HSL color Cylindrical-coordinate representation of color #1584FA: hue angle of 210.92º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1584FA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21132250-
CMYK0.920.4700.02
HSL210.92º95.82%53.14%-
HSV(B)210.92º91.6%98.04%-
XYZ25.8223.5693.63-
YUV112.26205.7362.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.21%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 250 (98.05% from 255) = 62.03%
R=5.21%
G=32.75%
B=62.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211322500.920.4700.02210.9295.8253.14
Hex1584FA5C2F02d36035
Octal25204372134570232314065
Binary1010110000100111110101011100101111010110100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1584FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1584FA; }

 p { color: rgb(21,132,250); }

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

<style>
 a { background-color: #1584FA; }

 a { background-color: rgb(21,132,250); }

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

<style>
 span { border-color: #1584FA; }

 span { border-color: rgb(21,132,250); }

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