Html Css Color HEX #051DD3 Medium Blue

📋 copy color: '#051DD3'

red 5 ◦ green 29 ◦ blue 211

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

Shades of Medium Blue #051DD3

Tints of Medium Blue #051DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 86.12%

R = 2.04%
G = 11.84%
B = 86.12%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#051DD3 (or 0x051DD3) is known color: Medium Blue. HEX triplet: 05, 1D and D3. RGB value is (5,29,211). Sum of RGB (Red+Green+Blue) = 5+29+211=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 211 (82.81% from 255 or 86.12% from 245); Max value from RGB is 211 - color contains mainly: blue. Hex color #051DD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DD3 is #FAE22C. Grayscale: #292929. Windows color (decimal): -16441901 or 13835525. OLE color: 13835525.

HSL color Cylindrical-coordinate representation of color #051DD3: hue angle of 233.01º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051DD3 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 29 211 -
CMYK 0.98 0.86 0 0.17
HSL 233.01º 0.95% 0.42% -
HSV(B) 233.01º 0.98% 0.83% -
XYZ 12.26 5.61 62.07 -
YUV 42.57 223.05 101.2 -
System Red Green Blue C M Y K H S L
Decimal 5 29 211 0.98 0.86 0 0.17 233.01 0.95 0.42
Hex 5 1D D3 62 56 0 11 E9 5F 2A
Octal 5 35 323 142 126 0 21 351 137 52
Binary 101 11101 11010011 1100010 1010110 0 10001 11101001 1011111 101010

Color Harmonies of #051DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DD3

Black with #051DD3

Text Example


Text Example

White with #051DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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