Html Css Color HEX #050BC6 Medium Blue

📋 copy color: '#050BC6'

red 5 ◦ green 11 ◦ blue 198

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

Shades of Medium Blue #050BC6

Tints of Medium Blue #050BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 198 (77.73% from 255) = 92.52%

R = 2.34%
G = 5.14%
B = 92.52%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#050BC6 (or 0x050BC6) is known color: Medium Blue. HEX triplet: 05, 0B and C6. RGB value is (5,11,198). Sum of RGB (Red+Green+Blue) = 5+11+198=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 198 (77.73% from 255 or 92.52% from 214); Max value from RGB is 198 - color contains mainly: blue. Hex color #050BC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BC6 is #FAF439. Grayscale: #1D1D1D. Windows color (decimal): -16446522 or 12978949. OLE color: 12978949.

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

Color convert

RGB 5 11 198 -
CMYK 0.97 0.94 0 0.22
HSL 238.13º 0.95% 0.4% -
HSV(B) 238.13º 0.97% 0.78% -
XYZ 10.38 4.35 53.72 -
YUV 30.52 222.51 109.79 -
System Red Green Blue C M Y K H S L
Decimal 5 11 198 0.97 0.94 0 0.22 238.13 0.95 0.4
Hex 5 B C6 61 5E 0 16 EE 5F 28
Octal 5 13 306 141 136 0 26 356 137 50
Binary 101 1011 11000110 1100001 1011110 0 10110 11101110 1011111 101000

Color Harmonies of #050BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BC6

Black with #050BC6

Text Example


Text Example

White with #050BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,11,198); }

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

background-color css

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

 a { background-color: rgb(5,11,198); }

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

border-color css

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

 span { border-color: rgb(5,11,198); }

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