Html Css Color HEX #050ED2 Medium Blue

📋 copy color: '#050ED2'

red 5 ◦ green 14 ◦ blue 210

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

Shades of Medium Blue #050ED2

Tints of Medium Blue #050ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 91.7%

R = 2.18%
G = 6.11%
B = 91.7%

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

#050ED2 (or 0x050ED2) is known color: Medium Blue. HEX triplet: 05, 0E and D2. RGB value is (5,14,210). Sum of RGB (Red+Green+Blue) = 5+14+210=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 210 (82.42% from 255 or 91.70% from 229); Max value from RGB is 210 - color contains mainly: blue. Hex color #050ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ED2 is #FAF12D. Grayscale: #202020. Windows color (decimal): -16445742 or 13766149. OLE color: 13766149.

HSL color Cylindrical-coordinate representation of color #050ED2: hue angle of 237.37º 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 #050ED2 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 14 210 -
CMYK 0.98 0.93 0 0.18
HSL 237.37º 0.95% 0.42% -
HSV(B) 237.37º 0.98% 0.82% -
XYZ 11.85 5 61.31 -
YUV 33.65 227.52 107.56 -
System Red Green Blue C M Y K H S L
Decimal 5 14 210 0.98 0.93 0 0.18 237.37 0.95 0.42
Hex 5 E D2 62 5D 0 12 ED 5F 2A
Octal 5 16 322 142 135 0 22 355 137 52
Binary 101 1110 11010010 1100010 1011101 0 10010 11101101 1011111 101010

Color Harmonies of #050ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ED2

Black with #050ED2

Text Example


Text Example

White with #050ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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