Html Css Color HEX #0586EA Dodger Blue

📋 copy color: '#0586EA'

red 5 ◦ green 134 ◦ blue 234

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

Shades of Dodger Blue #0586EA

Tints of Dodger Blue #0586EA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 1.34%
G = 35.92%
B = 62.73%

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

#0586EA (or 0x0586EA) is known color: Dodger Blue. HEX triplet: 05, 86 and EA. RGB value is (5,134,234). Sum of RGB (Red+Green+Blue) = 5+134+234=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #0586EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0586EA is #FA7915. Grayscale: #6A6A6A. Windows color (decimal): -16414998 or 15369733. OLE color: 15369733.

HSL color Cylindrical-coordinate representation of color #0586EA: hue angle of 206.2º 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 #0586EA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 134 234 -
CMYK 0.98 0.43 0 0.08
HSL 206.2º 0.96% 0.47% -
HSV(B) 206.2º 0.98% 0.92% -
XYZ 23.44 23.02 81.05 -
YUV 106.83 199.76 55.37 -
System Red Green Blue C M Y K H S L
Decimal 5 134 234 0.98 0.43 0 0.08 206.2 0.96 0.47
Hex 5 86 EA 62 2B 0 8 CE 60 2F
Octal 5 206 352 142 53 0 10 316 140 57
Binary 101 10000110 11101010 1100010 101011 0 1000 11001110 1100000 101111

Color Harmonies of #0586EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0586EA

Black with #0586EA

Text Example


Text Example

White with #0586EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0586EA; }

 p { color: rgb(5,134,234); }

 H1.HeaderClassName
 {
   color: #0586EA;
 }
 .AnyTagClassName
 {
   color: #0586EA;
 }
</style>

background-color css

<style>
 a { background-color: #0586EA; }

 a { background-color: rgb(5,134,234); }

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

border-color css

<style>
 span { border-color: #0586EA; }

 span { border-color: rgb(5,134,234); }

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