Html Css Color HEX #0580FD Dodger Blue

📋 copy color: '#0580FD'

red 5 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #0580FD

Tints of Dodger Blue #0580FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 1.3%
G = 33.16%
B = 65.54%

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

#0580FD (or 0x0580FD) is known color: Dodger Blue. HEX triplet: 05, 80 and FD. RGB value is (5,128,253). Sum of RGB (Red+Green+Blue) = 5+128+253=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #0580FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580FD is #FA7F02. Grayscale: #686868. Windows color (decimal): -16416515 or 16613381. OLE color: 16613381.

HSL color Cylindrical-coordinate representation of color #0580FD: hue angle of 210.24º 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 #0580FD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 128 253 -
CMYK 0.98 0.49 0 0.01
HSL 210.24º 0.98% 0.51% -
HSV(B) 210.24º 0.98% 0.99% -
XYZ 25.51 22.56 95.94 -
YUV 105.47 211.25 56.34 -
System Red Green Blue C M Y K H S L
Decimal 5 128 253 0.98 0.49 0 0.01 210.24 0.98 0.51
Hex 5 80 FD 62 31 0 1 D2 62 33
Octal 5 200 375 142 61 0 1 322 142 63
Binary 101 10000000 11111101 1100010 110001 0 1 11010010 1100010 110011

Color Harmonies of #0580FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0580FD

Black with #0580FD

Text Example


Text Example

White with #0580FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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