Html Css Color HEX #050FB8 Medium Blue

📋 copy color: '#050FB8'

red 5 ◦ green 15 ◦ blue 184

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

Shades of Medium Blue #050FB8

Tints of Medium Blue #050FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 90.2%

R = 2.45%
G = 7.35%
B = 90.2%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#050FB8 (or 0x050FB8) is known color: Medium Blue. HEX triplet: 05, 0F and B8. RGB value is (5,15,184). Sum of RGB (Red+Green+Blue) = 5+15+184=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 184 (72.27% from 255 or 90.20% from 204); Max value from RGB is 184 - color contains mainly: blue. Hex color #050FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FB8 is #FAF047. Grayscale: #1E1E1E. Windows color (decimal): -16445512 or 12062469. OLE color: 12062469.

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

Color convert

RGB 5 15 184 -
CMYK 0.97 0.92 0 0.28
HSL 236.65º 0.95% 0.37% -
HSV(B) 236.65º 0.97% 0.72% -
XYZ 8.89 3.83 45.62 -
YUV 31.28 214.19 109.26 -
System Red Green Blue C M Y K H S L
Decimal 5 15 184 0.97 0.92 0 0.28 236.65 0.95 0.37
Hex 5 F B8 61 5C 0 1C ED 5F 25
Octal 5 17 270 141 134 0 34 355 137 45
Binary 101 1111 10111000 1100001 1011100 0 11100 11101101 1011111 100101

Color Harmonies of #050FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FB8

Black with #050FB8

Text Example


Text Example

White with #050FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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