Html Css Color HEX #050BD3 Medium Blue

📋 copy color: '#050BD3'

red 5 ◦ green 11 ◦ blue 211

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

Shades of Medium Blue #050BD3

Tints of Medium Blue #050BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 92.95%

R = 2.2%
G = 4.85%
B = 92.95%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#050BD3 (or 0x050BD3) is known color: Medium Blue. HEX triplet: 05, 0B and D3. RGB value is (5,11,211). Sum of RGB (Red+Green+Blue) = 5+11+211=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 211 (82.81% from 255 or 92.95% from 227); Max value from RGB is 211 - color contains mainly: blue. Hex color #050BD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BD3 is #FAF42C. Grayscale: #1F1F1F. Windows color (decimal): -16446509 or 13830917. OLE color: 13830917.

HSL color Cylindrical-coordinate representation of color #050BD3: hue angle of 238.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050BD3 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 11 211 -
CMYK 0.98 0.95 0 0.17
HSL 238.25º 0.95% 0.42% -
HSV(B) 238.25º 0.98% 0.83% -
XYZ 11.94 4.97 61.96 -
YUV 32.01 229.01 108.74 -
System Red Green Blue C M Y K H S L
Decimal 5 11 211 0.98 0.95 0 0.17 238.25 0.95 0.42
Hex 5 B D3 62 5F 0 11 EE 5F 2A
Octal 5 13 323 142 137 0 21 356 137 52
Binary 101 1011 11010011 1100010 1011111 0 10001 11101110 1011111 101010

Color Harmonies of #050BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BD3

Black with #050BD3

Text Example


Text Example

White with #050BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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