Html Css Color HEX #050DB7 Medium Blue

📋 copy color: '#050DB7'

red 5 ◦ green 13 ◦ blue 183

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

Shades of Medium Blue #050DB7

Tints of Medium Blue #050DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 91.04%

R = 2.49%
G = 6.47%
B = 91.04%

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

#050DB7 (or 0x050DB7) is known color: Medium Blue. HEX triplet: 05, 0D and B7. RGB value is (5,13,183). Sum of RGB (Red+Green+Blue) = 5+13+183=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 183 (71.88% from 255 or 91.04% from 201); Max value from RGB is 183 - color contains mainly: blue. Hex color #050DB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DB7 is #FAF248. Grayscale: #1D1D1D. Windows color (decimal): -16446025 or 11996421. OLE color: 11996421.

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

Color convert

RGB 5 13 183 -
CMYK 0.97 0.93 0 0.28
HSL 237.3º 0.95% 0.37% -
HSV(B) 237.3º 0.97% 0.72% -
XYZ 8.75 3.74 45.06 -
YUV 29.99 214.35 110.18 -
System Red Green Blue C M Y K H S L
Decimal 5 13 183 0.97 0.93 0 0.28 237.3 0.95 0.37
Hex 5 D B7 61 5D 0 1C ED 5F 25
Octal 5 15 267 141 135 0 34 355 137 45
Binary 101 1101 10110111 1100001 1011101 0 11100 11101101 1011111 100101

Color Harmonies of #050DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DB7

Black with #050DB7

Text Example


Text Example

White with #050DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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