#0492FA

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

Shades of Dodger Blue #0492FA

Tints of Dodger Blue #0492FA

Color information

#0492FA (or 0x0492FA) is unknown color: approx Dodger Blue. HEX triplet: 04, 92 and FA. RGB value is (4,146,250). Sum of RGB (Red+Green+Blue) = 4+146+250=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #0492FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0492FA is #FB6D05. Grayscale: #727272. Windows color (decimal): -16477446 or 16421380. OLE color: 16421380.

HSL color Cylindrical-coordinate representation of color #0492FA: 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 #0492FA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4146250-
CMYK0.980.4200.02
HSL205.37º96.85%49.8%-
HSV(B)205.37º98.4%98.04%-
XYZ27.5827.4994.29-
YUV115.4203.9648.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 250 (98.05% from 255) = 62.5%
R=1%
G=36.5%
B=62.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal41462500.980.4200.02205.3796.8549.8
Hex492FA622A02cd6132
Octal4222372142520231514162
Binary10010010010111110101100010101010010110011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0492FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0492FA; }

 p { color: rgb(4,146,250); }

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

<style>
 a { background-color: #0492FA; }

 a { background-color: rgb(4,146,250); }

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

<style>
 span { border-color: #0492FA; }

 span { border-color: rgb(4,146,250); }

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