Html Css Color HEX #050AC0 Medium Blue

📋 copy color: '#050AC0'

red 5 ◦ green 10 ◦ blue 192

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

Shades of Medium Blue #050AC0

Tints of Medium Blue #050AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 192 (75.39% from 255) = 92.75%

R = 2.42%
G = 4.83%
B = 92.75%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#050AC0 (or 0x050AC0) is known color: Medium Blue. HEX triplet: 05, 0A and C0. RGB value is (5,10,192). Sum of RGB (Red+Green+Blue) = 5+10+192=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 192 (75.39% from 255 or 92.75% from 207); Max value from RGB is 192 - color contains mainly: blue. Hex color #050AC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050AC0 is #FAF53F. Grayscale: #1C1C1C. Windows color (decimal): -16446784 or 12585477. OLE color: 12585477.

HSL color Cylindrical-coordinate representation of color #050AC0: hue angle of 238.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050AC0 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 10 192 -
CMYK 0.97 0.95 0 0.25
HSL 238.4º 0.95% 0.39% -
HSV(B) 238.4º 0.97% 0.75% -
XYZ 9.69 4.06 50.14 -
YUV 29.25 219.84 110.7 -
System Red Green Blue C M Y K H S L
Decimal 5 10 192 0.97 0.95 0 0.25 238.4 0.95 0.39
Hex 5 A C0 61 5F 0 19 EE 5F 27
Octal 5 12 300 141 137 0 31 356 137 47
Binary 101 1010 11000000 1100001 1011111 0 11001 11101110 1011111 100111

Color Harmonies of #050AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050AC0

Black with #050AC0

Text Example


Text Example

White with #050AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,192); }

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

background-color css

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

 a { background-color: rgb(5,10,192); }

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

border-color css

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

 span { border-color: rgb(5,10,192); }

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