Html Css Color HEX #2513BC Medium Blue

📋 copy color: '#2513BC'

red 37 ◦ green 19 ◦ blue 188

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

Shades of Medium Blue #2513BC

Tints of Medium Blue #2513BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 15.16%
G = 7.79%
B = 77.05%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2513BC (or 0x2513BC) is known color: Medium Blue. HEX triplet: 25, 13 and BC. RGB value is (37,19,188). Sum of RGB (Red+Green+Blue) = 37+19+188=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #2513BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513BC is #DAEC43. Grayscale: #2A2A2A. Windows color (decimal): -14347332 or 12325669. OLE color: 12325669.

HSL color Cylindrical-coordinate representation of color #2513BC: hue angle of 246.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2513BC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 19 188 -
CMYK 0.80 0.90 0 0.26
HSL 246.39º 0.82% 0.41% -
HSV(B) 246.39º 0.9% 0.74% -
XYZ 10.07 4.49 47.91 -
YUV 43.65 209.46 123.26 -
System Red Green Blue C M Y K H S L
Decimal 37 19 188 0.80 0.90 0 0.26 246.39 0.82 0.41
Hex 25 13 BC 50 5A 0 1A F6 52 29
Octal 45 23 274 120 132 0 32 366 122 51
Binary 100101 10011 10111100 1010000 1011010 0 11010 11110110 1010010 101001

Color Harmonies of #2513BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2513BC

Black with #2513BC

Text Example


Text Example

White with #2513BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2513BC; }

 p { color: rgb(37,19,188); }

 H1.HeaderClassName
 {
   color: #2513BC;
 }
 .AnyTagClassName
 {
   color: #2513BC;
 }
</style>

background-color css

<style>
 a { background-color: #2513BC; }

 a { background-color: rgb(37,19,188); }

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

border-color css

<style>
 span { border-color: #2513BC; }

 span { border-color: rgb(37,19,188); }

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