Html Css Color HEX #051DCD Medium Blue

📋 copy color: '#051DCD'

red 5 ◦ green 29 ◦ blue 205

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

Shades of Medium Blue #051DCD

Tints of Medium Blue #051DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 205 (80.47% from 255) = 85.77%

R = 2.09%
G = 12.13%
B = 85.77%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#051DCD (or 0x051DCD) is known color: Medium Blue. HEX triplet: 05, 1D and CD. RGB value is (5,29,205). Sum of RGB (Red+Green+Blue) = 5+29+205=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #051DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DCD is #FAE232. Grayscale: #292929. Windows color (decimal): -16441907 or 13442309. OLE color: 13442309.

HSL color Cylindrical-coordinate representation of color #051DCD: hue angle of 232.8º 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 #051DCD is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 29 205 -
CMYK 0.98 0.86 0 0.20
HSL 232.8º 0.95% 0.41% -
HSV(B) 232.8º 0.98% 0.8% -
XYZ 11.52 5.32 58.18 -
YUV 41.89 220.05 101.69 -
System Red Green Blue C M Y K H S L
Decimal 5 29 205 0.98 0.86 0 0.20 232.8 0.95 0.41
Hex 5 1D CD 62 56 0 14 E9 5F 29
Octal 5 35 315 142 126 0 24 351 137 51
Binary 101 11101 11001101 1100010 1010110 0 10100 11101001 1011111 101001

Color Harmonies of #051DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DCD

Black with #051DCD

Text Example


Text Example

White with #051DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051DCD; }

 p { color: rgb(5,29,205); }

 H1.HeaderClassName
 {
   color: #051DCD;
 }
 .AnyTagClassName
 {
   color: #051DCD;
 }
</style>

background-color css

<style>
 a { background-color: #051DCD; }

 a { background-color: rgb(5,29,205); }

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

border-color css

<style>
 span { border-color: #051DCD; }

 span { border-color: rgb(5,29,205); }

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