Html Css Color HEX #051DDD Medium Blue

📋 copy color: '#051DDD'

red 5 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #051DDD

Tints of Medium Blue #051DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 86.67%

R = 1.96%
G = 11.37%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#051DDD (or 0x051DDD) is known color: Medium Blue. HEX triplet: 05, 1D and DD. RGB value is (5,29,221). Sum of RGB (Red+Green+Blue) = 5+29+221=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #051DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DDD is #FAE222. Grayscale: #2A2A2A. Windows color (decimal): -16441891 or 14490885. OLE color: 14490885.

HSL color Cylindrical-coordinate representation of color #051DDD: hue angle of 233.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DDD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 29 221 -
CMYK 0.98 0.87 0 0.13
HSL 233.33º 0.96% 0.44% -
HSV(B) 233.33º 0.98% 0.87% -
XYZ 13.55 6.13 68.88 -
YUV 43.71 228.05 100.39 -
System Red Green Blue C M Y K H S L
Decimal 5 29 221 0.98 0.87 0 0.13 233.33 0.96 0.44
Hex 5 1D DD 62 57 0 D E9 60 2C
Octal 5 35 335 142 127 0 15 351 140 54
Binary 101 11101 11011101 1100010 1010111 0 1101 11101001 1100000 101100

Color Harmonies of #051DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DDD

Black with #051DDD

Text Example


Text Example

White with #051DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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