Html Css Color HEX #0582EA Dodger Blue

📋 copy color: '#0582EA'

red 5 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #0582EA

Tints of Dodger Blue #0582EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 1.36%
G = 35.23%
B = 63.41%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0582EA (or 0x0582EA) is known color: Dodger Blue. HEX triplet: 05, 82 and EA. RGB value is (5,130,234). Sum of RGB (Red+Green+Blue) = 5+130+234=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #0582EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582EA is #FA7D15. Grayscale: #676767. Windows color (decimal): -16416022 or 15368709. OLE color: 15368709.

HSL color Cylindrical-coordinate representation of color #0582EA: hue angle of 207.25º 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 #0582EA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 130 234 -
CMYK 0.98 0.44 0 0.08
HSL 207.25º 0.96% 0.47% -
HSV(B) 207.25º 0.98% 0.92% -
XYZ 22.9 21.94 80.87 -
YUV 104.48 201.09 57.04 -
System Red Green Blue C M Y K H S L
Decimal 5 130 234 0.98 0.44 0 0.08 207.25 0.96 0.47
Hex 5 82 EA 62 2C 0 8 CF 60 2F
Octal 5 202 352 142 54 0 10 317 140 57
Binary 101 10000010 11101010 1100010 101100 0 1000 11001111 1100000 101111

Color Harmonies of #0582EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0582EA

Black with #0582EA

Text Example


Text Example

White with #0582EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0582EA;
 }
 .AnyTagClassName
 {
   color: #0582EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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