Html Css Color HEX #0580FE Dodger Blue

📋 copy color: '#0580FE'

red 5 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #0580FE

Tints of Dodger Blue #0580FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 1.29%
G = 33.07%
B = 65.63%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0580FE (or 0x0580FE) is known color: Dodger Blue. HEX triplet: 05, 80 and FE. RGB value is (5,128,254). Sum of RGB (Red+Green+Blue) = 5+128+254=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #0580FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580FE is #FA7F01. Grayscale: #686868. Windows color (decimal): -16416514 or 16678917. OLE color: 16678917.

HSL color Cylindrical-coordinate representation of color #0580FE: hue angle of 210.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580FE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 128 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.36º 0.99% 0.51% -
HSV(B) 210.36º 0.98% 1% -
XYZ 25.67 22.63 96.78 -
YUV 105.59 211.75 56.25 -
System Red Green Blue C M Y K H S L
Decimal 5 128 254 0.98 0.50 0 0.00 210.36 0.99 0.51
Hex 5 80 FE 62 32 0 0 D2 63 33
Octal 5 200 376 142 62 0 0 322 143 63
Binary 101 10000000 11111110 1100010 110010 0 0 11010010 1100011 110011

Color Harmonies of #0580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0580FE

Black with #0580FE

Text Example


Text Example

White with #0580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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