#0593FB

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

Shades of Dodger Blue #0593FB

Tints of Dodger Blue #0593FB

Color information

#0593FB (or 0x0593FB) is unknown color: approx Dodger Blue. HEX triplet: 05, 93 and FB. RGB value is (5,147,251). Sum of RGB (Red+Green+Blue) = 5+147+251=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #0593FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0593FB is #FA6C04. Grayscale: #737373. Windows color (decimal): -16411653 or 16487173. OLE color: 16487173.

HSL color Cylindrical-coordinate representation of color #0593FB: hue angle of 205.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593FB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5147251-
CMYK0.980.4100.02
HSL205.37º96.85%50.2%-
HSV(B)205.37º98.01%98.43%-
XYZ27.9127.8695.17-
YUV116.4203.9648.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.24%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 251 (98.44% from 255) = 62.28%
R=1.24%
G=36.48%
B=62.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51472510.980.4100.02205.3796.8550.2
Hex593FB622902cd6132
Octal5223373142510231514162
Binary10110010011111110111100010101001010110011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0593FB; }

 p { color: rgb(5,147,251); }

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

<style>
 a { background-color: #0593FB; }

 a { background-color: rgb(5,147,251); }

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

<style>
 span { border-color: #0593FB; }

 span { border-color: rgb(5,147,251); }

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