#1583FA

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

Shades of Dodger Blue #1583FA

Tints of Dodger Blue #1583FA

Color information

#1583FA (or 0x1583FA) is unknown color: approx Dodger Blue. HEX triplet: 15, 83 and FA. RGB value is (21,131,250). Sum of RGB (Red+Green+Blue) = 21+131+250=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #1583FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1583FA is #EA7C05. Grayscale: #6F6F6F. Windows color (decimal): -15367174 or 16417557. OLE color: 16417557.

HSL color Cylindrical-coordinate representation of color #1583FA: hue angle of 211.18º 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 #1583FA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21131250-
CMYK0.920.4800.02
HSL211.18º95.82%53.14%-
HSV(B)211.18º91.6%98.04%-
XYZ25.6823.2993.59-
YUV111.68206.0663.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.22%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=5.22%
G=32.59%
B=62.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211312500.920.4800.02211.1895.8253.14
Hex1583FA5C3002d36035
Octal25203372134600232314065
Binary1010110000011111110101011100110000010110100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1583FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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