Html Css Color HEX #050CB7 Medium Blue

📋 copy color: '#050CB7'

red 5 ◦ green 12 ◦ blue 183

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

Shades of Medium Blue #050CB7

Tints of Medium Blue #050CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 91.5%

R = 2.5%
G = 6%
B = 91.5%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#050CB7 (or 0x050CB7) is known color: Medium Blue. HEX triplet: 05, 0C and B7. RGB value is (5,12,183). Sum of RGB (Red+Green+Blue) = 5+12+183=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 183 (71.88% from 255 or 91.5% from 200); Max value from RGB is 183 - color contains mainly: blue. Hex color #050CB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CB7 is #FAF348. Grayscale: #1C1C1C. Windows color (decimal): -16446281 or 11996165. OLE color: 11996165.

HSL color Cylindrical-coordinate representation of color #050CB7: hue angle of 237.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CB7 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 12 183 -
CMYK 0.97 0.93 0 0.28
HSL 237.64º 0.95% 0.37% -
HSV(B) 237.64º 0.97% 0.72% -
XYZ 8.74 3.71 45.06 -
YUV 29.4 214.68 110.6 -
System Red Green Blue C M Y K H S L
Decimal 5 12 183 0.97 0.93 0 0.28 237.64 0.95 0.37
Hex 5 C B7 61 5D 0 1C EE 5F 25
Octal 5 14 267 141 135 0 34 356 137 45
Binary 101 1100 10110111 1100001 1011101 0 11100 11101110 1011111 100101

Color Harmonies of #050CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CB7

Black with #050CB7

Text Example


Text Example

White with #050CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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