#0492E7

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

Shades of Dodger Blue #0492E7

Tints of Dodger Blue #0492E7

Color information

#0492E7 (or 0x0492E7) is unknown color: approx Dodger Blue. HEX triplet: 04, 92 and E7. RGB value is (4,146,231). Sum of RGB (Red+Green+Blue) = 4+146+231=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 231 (90.62% from 255 or 60.63% from 381); Max value from RGB is 231 - color contains mainly: blue. Hex color #0492E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0492E7 is #FB6D18. Grayscale: #707070. Windows color (decimal): -16477465 or 15176196. OLE color: 15176196.

HSL color Cylindrical-coordinate representation of color #0492E7: hue angle of 202.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0492E7 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4146231-
CMYK0.980.3700.09
HSL202.47º96.6%46.08%-
HSV(B)202.47º98.27%90.59%-
XYZ24.7526.3579.38-
YUV113.23194.4650.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 231 (90.62% from 255) = 60.63%
R=1.05%
G=38.32%
B=60.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41462310.980.3700.09202.4796.646.08
Hex492E7622509ca612e
Octal42223471424501131214156
Binary1001001001011100111110001010010101001110010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0492E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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