#1594DF

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

Shades of Dodger Blue #1594DF

Tints of Dodger Blue #1594DF

Color information

#1594DF (or 0x1594DF) is unknown color: approx Dodger Blue. HEX triplet: 15, 94 and DF. RGB value is (21,148,223). Sum of RGB (Red+Green+Blue) = 21+148+223=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #1594DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594DF is #EA6B20. Grayscale: #767676. Windows color (decimal): -15362849 or 14652437. OLE color: 14652437.

HSL color Cylindrical-coordinate representation of color #1594DF: hue angle of 202.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1594DF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21148223-
CMYK0.910.3400.13
HSL202.28º82.79%47.84%-
HSV(B)202.28º90.58%87.45%-
XYZ24.2226.6773.68-
YUV118.58186.9258.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.36%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 223 (87.5% from 255) = 56.89%
R=5.36%
G=37.76%
B=56.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211482230.910.3400.13202.2882.7947.84
Hex1594DF5B220Dca5330
Octal252243371334201531212360
Binary101011001010011011111101101110001001101110010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1594DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1594DF; }

 p { color: rgb(21,148,223); }

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

<style>
 a { background-color: #1594DF; }

 a { background-color: rgb(21,148,223); }

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

<style>
 span { border-color: #1594DF; }

 span { border-color: rgb(21,148,223); }

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