Html Css Color HEX #2515CA Medium Blue

📋 copy color: '#2515CA'

red 37 ◦ green 21 ◦ blue 202

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

Shades of Medium Blue #2515CA

Tints of Medium Blue #2515CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 77.69%

R = 14.23%
G = 8.08%
B = 77.69%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2515CA (or 0x2515CA) is known color: Medium Blue. HEX triplet: 25, 15 and CA. RGB value is (37,21,202). Sum of RGB (Red+Green+Blue) = 37+21+202=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #2515CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515CA is #DAEA35. Grayscale: #2D2D2D. Windows color (decimal): -14346806 or 13243685. OLE color: 13243685.

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

Color convert

RGB 37 21 202 -
CMYK 0.82 0.90 0 0.21
HSL 245.3º 0.81% 0.44% -
HSV(B) 245.3º 0.9% 0.79% -
XYZ 11.69 5.19 56.26 -
YUV 46.42 215.8 121.28 -
System Red Green Blue C M Y K H S L
Decimal 37 21 202 0.82 0.90 0 0.21 245.3 0.81 0.44
Hex 25 15 CA 52 5A 0 15 F5 51 2C
Octal 45 25 312 122 132 0 25 365 121 54
Binary 100101 10101 11001010 1010010 1011010 0 10101 11110101 1010001 101100

Color Harmonies of #2515CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515CA

Black with #2515CA

Text Example


Text Example

White with #2515CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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