#0493F2

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

Shades of Dodger Blue #0493F2

Tints of Dodger Blue #0493F2

Color information

#0493F2 (or 0x0493F2) is unknown color: approx Dodger Blue. HEX triplet: 04, 93 and F2. RGB value is (4,147,242). Sum of RGB (Red+Green+Blue) = 4+147+242=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #0493F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0493F2 is #FB6C0D. Grayscale: #727272. Windows color (decimal): -16477198 or 15897348. OLE color: 15897348.

HSL color Cylindrical-coordinate representation of color #0493F2: hue angle of 203.95º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0493F2 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4147242-
CMYK0.980.3900.05
HSL203.95º96.75%48.24%-
HSV(B)203.95º98.35%94.9%-
XYZ26.5127.387.88-
YUV115.07199.6248.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.02%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 242 (94.92% from 255) = 61.58%
R=1.02%
G=37.40%
B=61.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41472420.980.3900.05203.9596.7548.24
Hex493F2622705cc6130
Octal4223362142470531414160
Binary100100100111111001011000101001110101110011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0493F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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