Html Css Color HEX #051DD9 Medium Blue

📋 copy color: '#051DD9'

red 5 ◦ green 29 ◦ blue 217

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

Shades of Medium Blue #051DD9

Tints of Medium Blue #051DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 86.45%

R = 1.99%
G = 11.55%
B = 86.45%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#051DD9 (or 0x051DD9) is known color: Medium Blue. HEX triplet: 05, 1D and D9. RGB value is (5,29,217). Sum of RGB (Red+Green+Blue) = 5+29+217=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 217 (85.16% from 255 or 86.45% from 251); Max value from RGB is 217 - color contains mainly: blue. Hex color #051DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DD9 is #FAE226. Grayscale: #2A2A2A. Windows color (decimal): -16441895 or 14228741. OLE color: 14228741.

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

Color convert

RGB 5 29 217 -
CMYK 0.98 0.87 0 0.15
HSL 233.21º 0.95% 0.44% -
HSV(B) 233.21º 0.98% 0.85% -
XYZ 13.03 5.92 66.1 -
YUV 43.26 226.05 100.71 -
System Red Green Blue C M Y K H S L
Decimal 5 29 217 0.98 0.87 0 0.15 233.21 0.95 0.44
Hex 5 1D D9 62 57 0 F E9 5F 2C
Octal 5 35 331 142 127 0 17 351 137 54
Binary 101 11101 11011001 1100010 1010111 0 1111 11101001 1011111 101100

Color Harmonies of #051DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DD9

Black with #051DD9

Text Example


Text Example

White with #051DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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