Html Css Color HEX #050ECE Medium Blue

📋 copy color: '#050ECE'

red 5 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #050ECE

Tints of Medium Blue #050ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 91.56%

R = 2.22%
G = 6.22%
B = 91.56%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#050ECE (or 0x050ECE) is known color: Medium Blue. HEX triplet: 05, 0E and CE. RGB value is (5,14,206). Sum of RGB (Red+Green+Blue) = 5+14+206=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #050ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECE is #FAF131. Grayscale: #202020. Windows color (decimal): -16445746 or 13504005. OLE color: 13504005.

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

Color convert

RGB 5 14 206 -
CMYK 0.98 0.93 0 0.19
HSL 237.31º 0.95% 0.41% -
HSV(B) 237.31º 0.98% 0.81% -
XYZ 11.36 4.8 58.72 -
YUV 33.2 225.52 107.89 -
System Red Green Blue C M Y K H S L
Decimal 5 14 206 0.98 0.93 0 0.19 237.31 0.95 0.41
Hex 5 E CE 62 5D 0 13 ED 5F 29
Octal 5 16 316 142 135 0 23 355 137 51
Binary 101 1110 11001110 1100010 1011101 0 10011 11101101 1011111 101001

Color Harmonies of #050ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ECE

Black with #050ECE

Text Example


Text Example

White with #050ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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