Html Css Color HEX #050EC9 Medium Blue

📋 copy color: '#050EC9'

red 5 ◦ green 14 ◦ blue 201

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

Shades of Medium Blue #050EC9

Tints of Medium Blue #050EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 91.36%

R = 2.27%
G = 6.36%
B = 91.36%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#050EC9 (or 0x050EC9) is known color: Medium Blue. HEX triplet: 05, 0E and C9. RGB value is (5,14,201). Sum of RGB (Red+Green+Blue) = 5+14+201=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 201 (78.91% from 255 or 91.36% from 220); Max value from RGB is 201 - color contains mainly: blue. Hex color #050EC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050EC9 is #FAF136. Grayscale: #1F1F1F. Windows color (decimal): -16445751 or 13176325. OLE color: 13176325.

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

Color convert

RGB 5 14 201 -
CMYK 0.98 0.93 0 0.21
HSL 237.24º 0.95% 0.4% -
HSV(B) 237.24º 0.98% 0.79% -
XYZ 10.76 4.56 55.57 -
YUV 32.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 5 14 201 0.98 0.93 0 0.21 237.24 0.95 0.4
Hex 5 E C9 62 5D 0 15 ED 5F 28
Octal 5 16 311 142 135 0 25 355 137 50
Binary 101 1110 11001001 1100010 1011101 0 10101 11101101 1011111 101000

Color Harmonies of #050EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EC9

Black with #050EC9

Text Example


Text Example

White with #050EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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