Html Css Color HEX #2516E0 Medium Blue

📋 copy color: '#2516E0'

red 37 ◦ green 22 ◦ blue 224

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

Shades of Medium Blue #2516E0

Tints of Medium Blue #2516E0

RGB

 RED value IS 37 (14.84% from 255) = 13.07%

 GREEN value IS 22 (8.98% from 255) = 7.77%

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

R = 13.07%
G = 7.77%
B = 79.15%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2516E0 (or 0x2516E0) is known color: Medium Blue. HEX triplet: 25, 16 and E0. RGB value is (37,22,224). Sum of RGB (Red+Green+Blue) = 37+22+224=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #2516E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516E0 is #DAE91F. Grayscale: #303030. Windows color (decimal): -14346528 or 14685733. OLE color: 14685733.

HSL color Cylindrical-coordinate representation of color #2516E0: hue angle of 244.46º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2516E0 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 22 224 -
CMYK 0.83 0.90 0 0.12
HSL 244.46º 0.82% 0.48% -
HSV(B) 244.46º 0.9% 0.88% -
XYZ 14.5 6.35 70.98 -
YUV 49.51 226.47 119.07 -
System Red Green Blue C M Y K H S L
Decimal 37 22 224 0.83 0.90 0 0.12 244.46 0.82 0.48
Hex 25 16 E0 53 5A 0 C F4 52 30
Octal 45 26 340 123 132 0 14 364 122 60
Binary 100101 10110 11100000 1010011 1011010 0 1100 11110100 1010010 110000

Color Harmonies of #2516E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2516E0

Black with #2516E0

Text Example


Text Example

White with #2516E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2516E0; }

 p { color: rgb(37,22,224); }

 H1.HeaderClassName
 {
   color: #2516E0;
 }
 .AnyTagClassName
 {
   color: #2516E0;
 }
</style>

background-color css

<style>
 a { background-color: #2516E0; }

 a { background-color: rgb(37,22,224); }

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

border-color css

<style>
 span { border-color: #2516E0; }

 span { border-color: rgb(37,22,224); }

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