Html Css Color HEX #050ED0 Medium Blue

📋 copy color: '#050ED0'

red 5 ◦ green 14 ◦ blue 208

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

Shades of Medium Blue #050ED0

Tints of Medium Blue #050ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 208 (81.64% from 255) = 91.63%

R = 2.2%
G = 6.17%
B = 91.63%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#050ED0 (or 0x050ED0) is known color: Medium Blue. HEX triplet: 05, 0E and D0. RGB value is (5,14,208). Sum of RGB (Red+Green+Blue) = 5+14+208=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 208 (81.64% from 255 or 91.63% from 227); Max value from RGB is 208 - color contains mainly: blue. Hex color #050ED0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ED0 is #FAF12F. Grayscale: #202020. Windows color (decimal): -16445744 or 13635077. OLE color: 13635077.

HSL color Cylindrical-coordinate representation of color #050ED0: hue angle of 237.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ED0 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 14 208 -
CMYK 0.98 0.93 0 0.18
HSL 237.34º 0.95% 0.42% -
HSV(B) 237.34º 0.98% 0.82% -
XYZ 11.6 4.9 60.01 -
YUV 33.43 226.52 107.73 -
System Red Green Blue C M Y K H S L
Decimal 5 14 208 0.98 0.93 0 0.18 237.34 0.95 0.42
Hex 5 E D0 62 5D 0 12 ED 5F 2A
Octal 5 16 320 142 135 0 22 355 137 52
Binary 101 1110 11010000 1100010 1011101 0 10010 11101101 1011111 101010

Color Harmonies of #050ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ED0

Black with #050ED0

Text Example


Text Example

White with #050ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050ED0; }

 p { color: rgb(5,14,208); }

 H1.HeaderClassName
 {
   color: #050ED0;
 }
 .AnyTagClassName
 {
   color: #050ED0;
 }
</style>

background-color css

<style>
 a { background-color: #050ED0; }

 a { background-color: rgb(5,14,208); }

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

border-color css

<style>
 span { border-color: #050ED0; }

 span { border-color: rgb(5,14,208); }

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