Html Css Color HEX #0584ED Dodger Blue

📋 copy color: '#0584ED'

red 5 ◦ green 132 ◦ blue 237

#0584ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0584ED

Tints of Dodger Blue #0584ED

RGB

 RED value IS 5 (2.34% from 255) = 1.34%

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 1.34%
G = 35.29%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0584ED (or 0x0584ED) is known color: Dodger Blue. HEX triplet: 05, 84 and ED. RGB value is (5,132,237). Sum of RGB (Red+Green+Blue) = 5+132+237=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #0584ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584ED is #FA7B12. Grayscale: #696969. Windows color (decimal): -16415507 or 15565829. OLE color: 15565829.

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

Color convert

RGB 5 132 237 -
CMYK 0.98 0.44 0 0.07
HSL 207.16º 0.96% 0.47% -
HSV(B) 207.16º 0.98% 0.93% -
XYZ 23.6 22.65 83.25 -
YUV 106 201.92 55.96 -
System Red Green Blue C M Y K H S L
Decimal 5 132 237 0.98 0.44 0 0.07 207.16 0.96 0.47
Hex 5 84 ED 62 2C 0 7 CF 60 2F
Octal 5 204 355 142 54 0 7 317 140 57
Binary 101 10000100 11101101 1100010 101100 0 111 11001111 1100000 101111

Color Harmonies of #0584ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584ED

Black with #0584ED

Text Example


Text Example

White with #0584ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0584ED;
 }
 .AnyTagClassName
 {
   color: #0584ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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