Html Css Color HEX #0583FB Dodger Blue

📋 copy color: '#0583FB'

red 5 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #0583FB

Tints of Dodger Blue #0583FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.86%

R = 1.29%
G = 33.85%
B = 64.86%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0583FB (or 0x0583FB) is known color: Dodger Blue. HEX triplet: 05, 83 and FB. RGB value is (5,131,251). Sum of RGB (Red+Green+Blue) = 5+131+251=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #0583FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0583FB is #FA7C04. Grayscale: #6A6A6A. Windows color (decimal): -16415749 or 16483077. OLE color: 16483077.

HSL color Cylindrical-coordinate representation of color #0583FB: hue angle of 209.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0583FB is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 131 251 -
CMYK 0.98 0.48 0 0.02
HSL 209.27º 0.97% 0.5% -
HSV(B) 209.27º 0.98% 0.98% -
XYZ 25.59 23.23 94.4 -
YUV 107.01 209.26 55.24 -
System Red Green Blue C M Y K H S L
Decimal 5 131 251 0.98 0.48 0 0.02 209.27 0.97 0.5
Hex 5 83 FB 62 30 0 2 D1 61 32
Octal 5 203 373 142 60 0 2 321 141 62
Binary 101 10000011 11111011 1100010 110000 0 10 11010001 1100001 110010

Color Harmonies of #0583FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0583FB

Black with #0583FB

Text Example


Text Example

White with #0583FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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