Html Css Color HEX #0582FD Dodger Blue

📋 copy color: '#0582FD'

red 5 ◦ green 130 ◦ blue 253

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

Shades of Dodger Blue #0582FD

Tints of Dodger Blue #0582FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 1.29%
G = 33.51%
B = 65.21%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0582FD (or 0x0582FD) is known color: Dodger Blue. HEX triplet: 05, 82 and FD. RGB value is (5,130,253). Sum of RGB (Red+Green+Blue) = 5+130+253=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #0582FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582FD is #FA7D02. Grayscale: #6A6A6A. Windows color (decimal): -16416003 or 16613893. OLE color: 16613893.

HSL color Cylindrical-coordinate representation of color #0582FD: hue angle of 209.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0582FD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 130 253 -
CMYK 0.98 0.49 0 0.01
HSL 209.76º 0.98% 0.51% -
HSV(B) 209.76º 0.98% 0.99% -
XYZ 25.77 23.09 96.03 -
YUV 106.65 210.59 55.5 -
System Red Green Blue C M Y K H S L
Decimal 5 130 253 0.98 0.49 0 0.01 209.76 0.98 0.51
Hex 5 82 FD 62 31 0 1 D2 62 33
Octal 5 202 375 142 61 0 1 322 142 63
Binary 101 10000010 11111101 1100010 110001 0 1 11010010 1100010 110011

Color Harmonies of #0582FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0582FD

Black with #0582FD

Text Example


Text Example

White with #0582FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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