Html Css Color HEX #050ED8 Medium Blue

📋 copy color: '#050ED8'

red 5 ◦ green 14 ◦ blue 216

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

Shades of Medium Blue #050ED8

Tints of Medium Blue #050ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 91.91%

R = 2.13%
G = 5.96%
B = 91.91%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#050ED8 (or 0x050ED8) is known color: Medium Blue. HEX triplet: 05, 0E and D8. RGB value is (5,14,216). Sum of RGB (Red+Green+Blue) = 5+14+216=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 216 (84.77% from 255 or 91.91% from 235); Max value from RGB is 216 - color contains mainly: blue. Hex color #050ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ED8 is #FAF127. Grayscale: #212121. Windows color (decimal): -16445736 or 14159365. OLE color: 14159365.

HSL color Cylindrical-coordinate representation of color #050ED8: hue angle of 237.44º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ED8 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 14 216 -
CMYK 0.98 0.94 0 0.15
HSL 237.44º 0.95% 0.43% -
HSV(B) 237.44º 0.98% 0.85% -
XYZ 12.61 5.3 65.32 -
YUV 34.34 230.52 107.07 -
System Red Green Blue C M Y K H S L
Decimal 5 14 216 0.98 0.94 0 0.15 237.44 0.95 0.43
Hex 5 E D8 62 5E 0 F ED 5F 2B
Octal 5 16 330 142 136 0 17 355 137 53
Binary 101 1110 11011000 1100010 1011110 0 1111 11101101 1011111 101011

Color Harmonies of #050ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ED8

Black with #050ED8

Text Example


Text Example

White with #050ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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