Html Css Color HEX #050BC8 Medium Blue

📋 copy color: '#050BC8'

red 5 ◦ green 11 ◦ blue 200

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

Shades of Medium Blue #050BC8

Tints of Medium Blue #050BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 92.59%

R = 2.31%
G = 5.09%
B = 92.59%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#050BC8 (or 0x050BC8) is known color: Medium Blue. HEX triplet: 05, 0B and C8. RGB value is (5,11,200). Sum of RGB (Red+Green+Blue) = 5+11+200=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 200 (78.52% from 255 or 92.59% from 216); Max value from RGB is 200 - color contains mainly: blue. Hex color #050BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BC8 is #FAF437. Grayscale: #1D1D1D. Windows color (decimal): -16446520 or 13110021. OLE color: 13110021.

HSL color Cylindrical-coordinate representation of color #050BC8: hue angle of 238.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050BC8 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 11 200 -
CMYK 0.98 0.94 0 0.22
HSL 238.15º 0.95% 0.4% -
HSV(B) 238.15º 0.98% 0.78% -
XYZ 10.61 4.44 54.94 -
YUV 30.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 5 11 200 0.98 0.94 0 0.22 238.15 0.95 0.4
Hex 5 B C8 62 5E 0 16 EE 5F 28
Octal 5 13 310 142 136 0 26 356 137 50
Binary 101 1011 11001000 1100010 1011110 0 10110 11101110 1011111 101000

Color Harmonies of #050BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BC8

Black with #050BC8

Text Example


Text Example

White with #050BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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