Html Css Color HEX #051AE0 Medium Blue

📋 copy color: '#051AE0'

red 5 ◦ green 26 ◦ blue 224

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

Shades of Medium Blue #051AE0

Tints of Medium Blue #051AE0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

 BLUE value IS 224 (87.89% from 255) = 87.84%

R = 1.96%
G = 10.2%
B = 87.84%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#051AE0 (or 0x051AE0) is known color: Medium Blue. HEX triplet: 05, 1A and E0. RGB value is (5,26,224). Sum of RGB (Red+Green+Blue) = 5+26+224=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 224 (87.89% from 255 or 87.84% from 255); Max value from RGB is 224 - color contains mainly: blue. Hex color #051AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051AE0 is #FAE51F. Grayscale: #292929. Windows color (decimal): -16442656 or 14686725. OLE color: 14686725.

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

Color convert

RGB 5 26 224 -
CMYK 0.98 0.88 0 0.12
HSL 234.25º 0.96% 0.45% -
HSV(B) 234.25º 0.98% 0.88% -
XYZ 13.89 6.15 70.98 -
YUV 42.29 230.54 101.4 -
System Red Green Blue C M Y K H S L
Decimal 5 26 224 0.98 0.88 0 0.12 234.25 0.96 0.45
Hex 5 1A E0 62 58 0 C EA 60 2D
Octal 5 32 340 142 130 0 14 352 140 55
Binary 101 11010 11100000 1100010 1011000 0 1100 11101010 1100000 101101

Color Harmonies of #051AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051AE0

Black with #051AE0

Text Example


Text Example

White with #051AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,26,224); }

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

background-color css

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

 a { background-color: rgb(5,26,224); }

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

border-color css

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

 span { border-color: rgb(5,26,224); }

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