Html Css Color HEX #051ED3 Medium Blue

📋 copy color: '#051ED3'

red 5 ◦ green 30 ◦ blue 211

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

Shades of Medium Blue #051ED3

Tints of Medium Blue #051ED3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

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

R = 2.03%
G = 12.2%
B = 85.77%

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

#051ED3 (or 0x051ED3) is known color: Medium Blue. HEX triplet: 05, 1E and D3. RGB value is (5,30,211). Sum of RGB (Red+Green+Blue) = 5+30+211=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 211 (82.81% from 255 or 85.77% from 246); Max value from RGB is 211 - color contains mainly: blue. Hex color #051ED3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ED3 is #FAE12C. Grayscale: #2A2A2A. Windows color (decimal): -16441645 or 13835781. OLE color: 13835781.

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

Color convert

RGB 5 30 211 -
CMYK 0.98 0.86 0 0.17
HSL 232.72º 0.95% 0.42% -
HSV(B) 232.72º 0.98% 0.83% -
XYZ 12.28 5.66 62.07 -
YUV 43.16 222.72 100.78 -
System Red Green Blue C M Y K H S L
Decimal 5 30 211 0.98 0.86 0 0.17 232.72 0.95 0.42
Hex 5 1E D3 62 56 0 11 E9 5F 2A
Octal 5 36 323 142 126 0 21 351 137 52
Binary 101 11110 11010011 1100010 1010110 0 10001 11101001 1011111 101010

Color Harmonies of #051ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ED3

Black with #051ED3

Text Example


Text Example

White with #051ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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