Html Css Color HEX #051DD7 Medium Blue

📋 copy color: '#051DD7'

red 5 ◦ green 29 ◦ blue 215

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

Shades of Medium Blue #051DD7

Tints of Medium Blue #051DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 86.35%

R = 2.01%
G = 11.65%
B = 86.35%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#051DD7 (or 0x051DD7) is known color: Medium Blue. HEX triplet: 05, 1D and D7. RGB value is (5,29,215). Sum of RGB (Red+Green+Blue) = 5+29+215=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 215 (84.38% from 255 or 86.35% from 249); Max value from RGB is 215 - color contains mainly: blue. Hex color #051DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DD7 is #FAE228. Grayscale: #2A2A2A. Windows color (decimal): -16441897 or 14097669. OLE color: 14097669.

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

Color convert

RGB 5 29 215 -
CMYK 0.98 0.87 0 0.16
HSL 233.14º 0.95% 0.43% -
HSV(B) 233.14º 0.98% 0.84% -
XYZ 12.77 5.82 64.74 -
YUV 43.03 225.05 100.88 -
System Red Green Blue C M Y K H S L
Decimal 5 29 215 0.98 0.87 0 0.16 233.14 0.95 0.43
Hex 5 1D D7 62 57 0 10 E9 5F 2B
Octal 5 35 327 142 127 0 20 351 137 53
Binary 101 11101 11010111 1100010 1010111 0 10000 11101001 1011111 101011

Color Harmonies of #051DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DD7

Black with #051DD7

Text Example


Text Example

White with #051DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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