Html Css Color HEX #050BD8 Medium Blue

📋 copy color: '#050BD8'

red 5 ◦ green 11 ◦ blue 216

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

Shades of Medium Blue #050BD8

Tints of Medium Blue #050BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 93.1%

R = 2.16%
G = 4.74%
B = 93.1%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#050BD8 (or 0x050BD8) is known color: Medium Blue. HEX triplet: 05, 0B and D8. RGB value is (5,11,216). Sum of RGB (Red+Green+Blue) = 5+11+216=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 216 (84.77% from 255 or 93.10% from 232); Max value from RGB is 216 - color contains mainly: blue. Hex color #050BD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BD8 is #FAF427. Grayscale: #1F1F1F. Windows color (decimal): -16446504 or 14158597. OLE color: 14158597.

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

Color convert

RGB 5 11 216 -
CMYK 0.98 0.95 0 0.15
HSL 238.29º 0.95% 0.43% -
HSV(B) 238.29º 0.98% 0.85% -
XYZ 12.58 5.23 65.31 -
YUV 32.58 231.51 108.33 -
System Red Green Blue C M Y K H S L
Decimal 5 11 216 0.98 0.95 0 0.15 238.29 0.95 0.43
Hex 5 B D8 62 5F 0 F EE 5F 2B
Octal 5 13 330 142 137 0 17 356 137 53
Binary 101 1011 11011000 1100010 1011111 0 1111 11101110 1011111 101011

Color Harmonies of #050BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BD8

Black with #050BD8

Text Example


Text Example

White with #050BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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