#0494F3

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

Shades of Dodger Blue #0494F3

Tints of Dodger Blue #0494F3

Color information

#0494F3 (or 0x0494F3) is unknown color: approx Dodger Blue. HEX triplet: 04, 94 and F3. RGB value is (4,148,243). Sum of RGB (Red+Green+Blue) = 4+148+243=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 243 (95.31% from 255 or 61.52% from 395); Max value from RGB is 243 - color contains mainly: blue. Hex color #0494F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0494F3 is #FB6B0C. Grayscale: #737373. Windows color (decimal): -16476941 or 15963140. OLE color: 15963140.

HSL color Cylindrical-coordinate representation of color #0494F3: hue angle of 203.85º 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 #0494F3 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4148243-
CMYK0.980.3900.05
HSL203.85º96.76%48.43%-
HSV(B)203.85º98.35%95.29%-
XYZ26.8227.6888.72-
YUV115.77199.7948.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.01%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 243 (95.31% from 255) = 61.52%
R=1.01%
G=37.47%
B=61.52%

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
Decimal41482430.980.3900.05203.8596.7648.43
Hex494F3622705cc6130
Octal4224363142470531414160
Binary100100101001111001111000101001110101110011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0494F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0494F3; }

 p { color: rgb(4,148,243); }

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

<style>
 a { background-color: #0494F3; }

 a { background-color: rgb(4,148,243); }

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

<style>
 span { border-color: #0494F3; }

 span { border-color: rgb(4,148,243); }

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