#0496F0

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

Shades of Dodger Blue #0496F0

Tints of Dodger Blue #0496F0

Color information

#0496F0 (or 0x0496F0) is unknown color: approx Dodger Blue. HEX triplet: 04, 96 and F0. RGB value is (4,150,240). Sum of RGB (Red+Green+Blue) = 4+150+240=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #0496F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0496F0 is #FB690F. Grayscale: #747474. Windows color (decimal): -16476432 or 15767044. OLE color: 15767044.

HSL color Cylindrical-coordinate representation of color #0496F0: hue angle of 202.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0496F0 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4150240-
CMYK0.980.3700.06
HSL202.88º96.72%47.84%-
HSV(B)202.88º98.33%94.12%-
XYZ26.6828.1386.46-
YUV116.61197.6347.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.02%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 240 (94.14% from 255) = 60.91%
R=1.02%
G=38.07%
B=60.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal41502400.980.3700.06202.8896.7247.84
Hex496F0622506cb6130
Octal4226360142450631314160
Binary100100101101111000011000101001010110110010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0496F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0496F0; }

 p { color: rgb(4,150,240); }

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

<style>
 a { background-color: #0496F0; }

 a { background-color: rgb(4,150,240); }

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

<style>
 span { border-color: #0496F0; }

 span { border-color: rgb(4,150,240); }

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