#0584EA

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

Shades of Dodger Blue #0584EA

Tints of Dodger Blue #0584EA

Color information

#0584EA (or 0x0584EA) is unknown color: approx Dodger Blue. HEX triplet: 05, 84 and EA. RGB value is (5,132,234). Sum of RGB (Red+Green+Blue) = 5+132+234=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #0584EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584EA is #FA7B15. Grayscale: #696969. Windows color (decimal): -16415510 or 15369221. OLE color: 15369221.

HSL color Cylindrical-coordinate representation of color #0584EA: hue angle of 206.72º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584EA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5132234-
CMYK0.980.4400.08
HSL206.72º95.82%46.86%-
HSV(B)206.72º97.86%91.76%-
XYZ23.1722.4880.96-
YUV105.66200.4256.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.35%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=1.35%
G=35.58%
B=63.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal51322340.980.4400.08206.7295.8246.86
Hex584EA622C08cf602f
Octal52043521425401031714057
Binary1011000010011101010110001010110001000110011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0584EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0584EA; }

 p { color: rgb(5,132,234); }

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

<style>
 a { background-color: #0584EA; }

 a { background-color: rgb(5,132,234); }

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

<style>
 span { border-color: #0584EA; }

 span { border-color: rgb(5,132,234); }

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