#1581F8

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

Shades of Dodger Blue #1581F8

Tints of Dodger Blue #1581F8

Color information

#1581F8 (or 0x1581F8) is unknown color: approx Dodger Blue. HEX triplet: 15, 81 and F8. RGB value is (21,129,248). Sum of RGB (Red+Green+Blue) = 21+129+248=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #1581F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581F8 is #EA7E07. Grayscale: #6D6D6D. Windows color (decimal): -15367688 or 16285973. OLE color: 16285973.

HSL color Cylindrical-coordinate representation of color #1581F8: hue angle of 211.45º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1581F8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21129248-
CMYK0.920.4800.03
HSL211.45º94.19%52.75%-
HSV(B)211.45º91.53%97.25%-
XYZ25.122.6491.85-
YUV110.27205.7264.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.28%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 248 (97.27% from 255) = 62.31%
R=5.28%
G=32.41%
B=62.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211292480.920.4800.03211.4594.1952.75
Hex1581F85C3003d35e35
Octal25201370134600332313665
Binary1010110000001111110001011100110000011110100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1581F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1581F8; }

 p { color: rgb(21,129,248); }

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

<style>
 a { background-color: #1581F8; }

 a { background-color: rgb(21,129,248); }

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

<style>
 span { border-color: #1581F8; }

 span { border-color: rgb(21,129,248); }

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