Html Css Color HEX #050DB9 Medium Blue

📋 copy color: '#050DB9'

red 5 ◦ green 13 ◦ blue 185

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

Shades of Medium Blue #050DB9

Tints of Medium Blue #050DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 91.13%

R = 2.46%
G = 6.4%
B = 91.13%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#050DB9 (or 0x050DB9) is known color: Medium Blue. HEX triplet: 05, 0D and B9. RGB value is (5,13,185). Sum of RGB (Red+Green+Blue) = 5+13+185=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #050DB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DB9 is #FAF246. Grayscale: #1D1D1D. Windows color (decimal): -16446023 or 12127493. OLE color: 12127493.

HSL color Cylindrical-coordinate representation of color #050DB9: hue angle of 237.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050DB9 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 13 185 -
CMYK 0.97 0.93 0 0.27
HSL 237.33º 0.95% 0.37% -
HSV(B) 237.33º 0.97% 0.73% -
XYZ 8.96 3.82 46.16 -
YUV 30.22 215.35 110.01 -
System Red Green Blue C M Y K H S L
Decimal 5 13 185 0.97 0.93 0 0.27 237.33 0.95 0.37
Hex 5 D B9 61 5D 0 1B ED 5F 25
Octal 5 15 271 141 135 0 33 355 137 45
Binary 101 1101 10111001 1100001 1011101 0 11011 11101101 1011111 100101

Color Harmonies of #050DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DB9

Black with #050DB9

Text Example


Text Example

White with #050DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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