Html Css Color HEX #050CC1 Medium Blue

📋 copy color: '#050CC1'

red 5 ◦ green 12 ◦ blue 193

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

Shades of Medium Blue #050CC1

Tints of Medium Blue #050CC1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 193 (75.78% from 255) = 91.9%

R = 2.38%
G = 5.71%
B = 91.9%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#050CC1 (or 0x050CC1) is known color: Medium Blue. HEX triplet: 05, 0C and C1. RGB value is (5,12,193). Sum of RGB (Red+Green+Blue) = 5+12+193=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 193 (75.78% from 255 or 91.90% from 210); Max value from RGB is 193 - color contains mainly: blue. Hex color #050CC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CC1 is #FAF33E. Grayscale: #1D1D1D. Windows color (decimal): -16446271 or 12651525. OLE color: 12651525.

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

Color convert

RGB 5 12 193 -
CMYK 0.97 0.94 0 0.24
HSL 237.77º 0.95% 0.39% -
HSV(B) 237.77º 0.97% 0.76% -
XYZ 9.82 4.15 50.73 -
YUV 30.54 219.68 109.78 -
System Red Green Blue C M Y K H S L
Decimal 5 12 193 0.97 0.94 0 0.24 237.77 0.95 0.39
Hex 5 C C1 61 5E 0 18 EE 5F 27
Octal 5 14 301 141 136 0 30 356 137 47
Binary 101 1100 11000001 1100001 1011110 0 11000 11101110 1011111 100111

Color Harmonies of #050CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CC1

Black with #050CC1

Text Example


Text Example

White with #050CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,12,193); }

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

background-color css

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

 a { background-color: rgb(5,12,193); }

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

border-color css

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

 span { border-color: rgb(5,12,193); }

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