Html Css Color HEX #050EBA Medium Blue

📋 copy color: '#050EBA'

red 5 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #050EBA

Tints of Medium Blue #050EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 90.73%

R = 2.44%
G = 6.83%
B = 90.73%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#050EBA (or 0x050EBA) is known color: Medium Blue. HEX triplet: 05, 0E and BA. RGB value is (5,14,186). Sum of RGB (Red+Green+Blue) = 5+14+186=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #050EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050EBA is #FAF145. Grayscale: #1E1E1E. Windows color (decimal): -16445766 or 12193285. OLE color: 12193285.

HSL color Cylindrical-coordinate representation of color #050EBA: hue angle of 237.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050EBA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 14 186 -
CMYK 0.97 0.92 0 0.27
HSL 237.02º 0.95% 0.37% -
HSV(B) 237.02º 0.97% 0.73% -
XYZ 9.08 3.89 46.73 -
YUV 30.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 5 14 186 0.97 0.92 0 0.27 237.02 0.95 0.37
Hex 5 E BA 61 5C 0 1B ED 5F 25
Octal 5 16 272 141 134 0 33 355 137 45
Binary 101 1110 10111010 1100001 1011100 0 11011 11101101 1011111 100101

Color Harmonies of #050EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EBA

Black with #050EBA

Text Example


Text Example

White with #050EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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