Html Css Color HEX #0583FD Dodger Blue

📋 copy color: '#0583FD'

red 5 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #0583FD

Tints of Dodger Blue #0583FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 1.29%
G = 33.68%
B = 65.04%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0583FD (or 0x0583FD) is known color: Dodger Blue. HEX triplet: 05, 83 and FD. RGB value is (5,131,253). Sum of RGB (Red+Green+Blue) = 5+131+253=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #0583FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0583FD is #FA7C02. Grayscale: #6A6A6A. Windows color (decimal): -16415747 or 16614149. OLE color: 16614149.

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

Color convert

RGB 5 131 253 -
CMYK 0.98 0.48 0 0.01
HSL 209.52º 0.98% 0.51% -
HSV(B) 209.52º 0.98% 0.99% -
XYZ 25.91 23.36 96.07 -
YUV 107.23 210.26 55.08 -
System Red Green Blue C M Y K H S L
Decimal 5 131 253 0.98 0.48 0 0.01 209.52 0.98 0.51
Hex 5 83 FD 62 30 0 1 D2 62 33
Octal 5 203 375 142 60 0 1 322 142 63
Binary 101 10000011 11111101 1100010 110000 0 1 11010010 1100010 110011

Color Harmonies of #0583FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0583FD

Black with #0583FD

Text Example


Text Example

White with #0583FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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