Html Css Color HEX #051CE0 Medium Blue

📋 copy color: '#051CE0'

red 5 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #051CE0

Tints of Medium Blue #051CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 1.95%
G = 10.89%
B = 87.16%

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

#051CE0 (or 0x051CE0) is known color: Medium Blue. HEX triplet: 05, 1C and E0. RGB value is (5,28,224). Sum of RGB (Red+Green+Blue) = 5+28+224=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #051CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CE0 is #FAE31F. Grayscale: #2A2A2A. Windows color (decimal): -16442144 or 14687237. OLE color: 14687237.

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

Color convert

RGB 5 28 224 -
CMYK 0.98 0.88 0 0.12
HSL 233.7º 0.96% 0.45% -
HSV(B) 233.7º 0.98% 0.88% -
XYZ 13.93 6.24 70.99 -
YUV 43.47 229.88 100.56 -
System Red Green Blue C M Y K H S L
Decimal 5 28 224 0.98 0.88 0 0.12 233.7 0.96 0.45
Hex 5 1C E0 62 58 0 C EA 60 2D
Octal 5 34 340 142 130 0 14 352 140 55
Binary 101 11100 11100000 1100010 1011000 0 1100 11101010 1100000 101101

Color Harmonies of #051CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CE0

Black with #051CE0

Text Example


Text Example

White with #051CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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