Html Css Color HEX #0585EB Dodger Blue

📋 copy color: '#0585EB'

red 5 ◦ green 133 ◦ blue 235

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

Shades of Dodger Blue #0585EB

Tints of Dodger Blue #0585EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 1.34%
G = 35.66%
B = 63%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0585EB (or 0x0585EB) is known color: Dodger Blue. HEX triplet: 05, 85 and EB. RGB value is (5,133,235). Sum of RGB (Red+Green+Blue) = 5+133+235=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #0585EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0585EB is #FA7A14. Grayscale: #696969. Windows color (decimal): -16415253 or 15435013. OLE color: 15435013.

HSL color Cylindrical-coordinate representation of color #0585EB: hue angle of 206.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585EB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 133 235 -
CMYK 0.98 0.43 0 0.08
HSL 206.61º 0.96% 0.47% -
HSV(B) 206.61º 0.98% 0.92% -
XYZ 23.45 22.81 81.76 -
YUV 106.36 200.59 55.71 -
System Red Green Blue C M Y K H S L
Decimal 5 133 235 0.98 0.43 0 0.08 206.61 0.96 0.47
Hex 5 85 EB 62 2B 0 8 CF 60 2F
Octal 5 205 353 142 53 0 10 317 140 57
Binary 101 10000101 11101011 1100010 101011 0 1000 11001111 1100000 101111

Color Harmonies of #0585EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0585EB

Black with #0585EB

Text Example


Text Example

White with #0585EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0585EB; }

 p { color: rgb(5,133,235); }

 H1.HeaderClassName
 {
   color: #0585EB;
 }
 .AnyTagClassName
 {
   color: #0585EB;
 }
</style>

background-color css

<style>
 a { background-color: #0585EB; }

 a { background-color: rgb(5,133,235); }

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

border-color css

<style>
 span { border-color: #0585EB; }

 span { border-color: rgb(5,133,235); }

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