Html Css Color HEX #2515CB Medium Blue

📋 copy color: '#2515CB'

red 37 ◦ green 21 ◦ blue 203

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

Shades of Medium Blue #2515CB

Tints of Medium Blue #2515CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 203 (79.69% from 255) = 77.78%

R = 14.18%
G = 8.05%
B = 77.78%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2515CB (or 0x2515CB) is known color: Medium Blue. HEX triplet: 25, 15 and CB. RGB value is (37,21,203). Sum of RGB (Red+Green+Blue) = 37+21+203=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #2515CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515CB is #DAEA34. Grayscale: #2D2D2D. Windows color (decimal): -14346805 or 13309221. OLE color: 13309221.

HSL color Cylindrical-coordinate representation of color #2515CB: hue angle of 245.27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2515CB is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 21 203 -
CMYK 0.82 0.90 0 0.20
HSL 245.27º 0.81% 0.44% -
HSV(B) 245.27º 0.9% 0.8% -
XYZ 11.81 5.24 56.89 -
YUV 46.53 216.3 121.2 -
System Red Green Blue C M Y K H S L
Decimal 37 21 203 0.82 0.90 0 0.20 245.27 0.81 0.44
Hex 25 15 CB 52 5A 0 14 F5 51 2C
Octal 45 25 313 122 132 0 24 365 121 54
Binary 100101 10101 11001011 1010010 1011010 0 10100 11110101 1010001 101100

Color Harmonies of #2515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515CB

Black with #2515CB

Text Example


Text Example

White with #2515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2515CB; }

 p { color: rgb(37,21,203); }

 H1.HeaderClassName
 {
   color: #2515CB;
 }
 .AnyTagClassName
 {
   color: #2515CB;
 }
</style>

background-color css

<style>
 a { background-color: #2515CB; }

 a { background-color: rgb(37,21,203); }

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

border-color css

<style>
 span { border-color: #2515CB; }

 span { border-color: rgb(37,21,203); }

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