Html Css Color HEX #050BBF Medium Blue

📋 copy color: '#050BBF'

red 5 ◦ green 11 ◦ blue 191

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

Shades of Medium Blue #050BBF

Tints of Medium Blue #050BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 92.27%

R = 2.42%
G = 5.31%
B = 92.27%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#050BBF (or 0x050BBF) is known color: Medium Blue. HEX triplet: 05, 0B and BF. RGB value is (5,11,191). Sum of RGB (Red+Green+Blue) = 5+11+191=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 191 (75% from 255 or 92.27% from 207); Max value from RGB is 191 - color contains mainly: blue. Hex color #050BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BBF is #FAF440. Grayscale: #1D1D1D. Windows color (decimal): -16446529 or 12520197. OLE color: 12520197.

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

Color convert

RGB 5 11 191 -
CMYK 0.97 0.94 0 0.25
HSL 238.06º 0.95% 0.38% -
HSV(B) 238.06º 0.97% 0.75% -
XYZ 9.59 4.03 49.56 -
YUV 29.73 219.01 110.36 -
System Red Green Blue C M Y K H S L
Decimal 5 11 191 0.97 0.94 0 0.25 238.06 0.95 0.38
Hex 5 B BF 61 5E 0 19 EE 5F 26
Octal 5 13 277 141 136 0 31 356 137 46
Binary 101 1011 10111111 1100001 1011110 0 11001 11101110 1011111 100110

Color Harmonies of #050BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BBF

Black with #050BBF

Text Example


Text Example

White with #050BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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