Html Css Color HEX #050DB8 Medium Blue

📋 copy color: '#050DB8'

red 5 ◦ green 13 ◦ blue 184

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

Shades of Medium Blue #050DB8

Tints of Medium Blue #050DB8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

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

R = 2.48%
G = 6.44%
B = 91.09%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#050DB8 (or 0x050DB8) is known color: Medium Blue. HEX triplet: 05, 0D and B8. RGB value is (5,13,184). Sum of RGB (Red+Green+Blue) = 5+13+184=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 184 (72.27% from 255 or 91.09% from 202); Max value from RGB is 184 - color contains mainly: blue. Hex color #050DB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DB8 is #FAF247. Grayscale: #1D1D1D. Windows color (decimal): -16446024 or 12061957. OLE color: 12061957.

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

Color convert

RGB 5 13 184 -
CMYK 0.97 0.93 0 0.28
HSL 237.32º 0.95% 0.37% -
HSV(B) 237.32º 0.97% 0.72% -
XYZ 8.86 3.78 45.61 -
YUV 30.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 5 13 184 0.97 0.93 0 0.28 237.32 0.95 0.37
Hex 5 D B8 61 5D 0 1C ED 5F 25
Octal 5 15 270 141 135 0 34 355 137 45
Binary 101 1101 10111000 1100001 1011101 0 11100 11101101 1011111 100101

Color Harmonies of #050DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DB8

Black with #050DB8

Text Example


Text Example

White with #050DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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