#0493EB

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

Shades of Dodger Blue #0493EB

Tints of Dodger Blue #0493EB

Color information

#0493EB (or 0x0493EB) is unknown color: approx Dodger Blue. HEX triplet: 04, 93 and EB. RGB value is (4,147,235). Sum of RGB (Red+Green+Blue) = 4+147+235=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #0493EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0493EB is #FB6C14. Grayscale: #717171. Windows color (decimal): -16477205 or 15438596. OLE color: 15438596.

HSL color Cylindrical-coordinate representation of color #0493EB: hue angle of 202.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0493EB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4147235-
CMYK0.980.3700.08
HSL202.86º96.65%46.86%-
HSV(B)202.86º98.3%92.16%-
XYZ25.4826.8982.44-
YUV114.28196.1249.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=1.04%
G=38.08%
B=60.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41472350.980.3700.08202.8696.6546.86
Hex493EB622508cb612f
Octal42233531424501031314157
Binary1001001001111101011110001010010101000110010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0493EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0493EB; }

 p { color: rgb(4,147,235); }

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

<style>
 a { background-color: #0493EB; }

 a { background-color: rgb(4,147,235); }

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

<style>
 span { border-color: #0493EB; }

 span { border-color: rgb(4,147,235); }

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