Html Css Color HEX #050FC0 Medium Blue

📋 copy color: '#050FC0'

red 5 ◦ green 15 ◦ blue 192

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

Shades of Medium Blue #050FC0

Tints of Medium Blue #050FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 2.36%
G = 7.08%
B = 90.57%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#050FC0 (or 0x050FC0) is known color: Medium Blue. HEX triplet: 05, 0F and C0. RGB value is (5,15,192). Sum of RGB (Red+Green+Blue) = 5+15+192=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 192 (75.39% from 255 or 90.57% from 212); Max value from RGB is 192 - color contains mainly: blue. Hex color #050FC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FC0 is #FAF03F. Grayscale: #1F1F1F. Windows color (decimal): -16445504 or 12586757. OLE color: 12586757.

HSL color Cylindrical-coordinate representation of color #050FC0: hue angle of 236.79º 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 #050FC0 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 15 192 -
CMYK 0.97 0.92 0 0.25
HSL 236.79º 0.95% 0.39% -
HSV(B) 236.79º 0.97% 0.75% -
XYZ 9.75 4.18 50.16 -
YUV 32.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 5 15 192 0.97 0.92 0 0.25 236.79 0.95 0.39
Hex 5 F C0 61 5C 0 19 ED 5F 27
Octal 5 17 300 141 134 0 31 355 137 47
Binary 101 1111 11000000 1100001 1011100 0 11001 11101101 1011111 100111

Color Harmonies of #050FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FC0

Black with #050FC0

Text Example


Text Example

White with #050FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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