Html Css Color HEX #050DCB Medium Blue

📋 copy color: '#050DCB'

red 5 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #050DCB

Tints of Medium Blue #050DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 91.86%

R = 2.26%
G = 5.88%
B = 91.86%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#050DCB (or 0x050DCB) is known color: Medium Blue. HEX triplet: 05, 0D and CB. RGB value is (5,13,203). Sum of RGB (Red+Green+Blue) = 5+13+203=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #050DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DCB is #FAF234. Grayscale: #1F1F1F. Windows color (decimal): -16446005 or 13307141. OLE color: 13307141.

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

Color convert

RGB 5 13 203 -
CMYK 0.98 0.94 0 0.20
HSL 237.58º 0.95% 0.41% -
HSV(B) 237.58º 0.98% 0.8% -
XYZ 10.99 4.63 56.81 -
YUV 32.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 5 13 203 0.98 0.94 0 0.20 237.58 0.95 0.41
Hex 5 D CB 62 5E 0 14 EE 5F 29
Octal 5 15 313 142 136 0 24 356 137 51
Binary 101 1101 11001011 1100010 1011110 0 10100 11101110 1011111 101001

Color Harmonies of #050DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DCB

Black with #050DCB

Text Example


Text Example

White with #050DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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