Html Css Color HEX #2515EB Blue

📋 copy color: '#2515EB'

red 37 ◦ green 21 ◦ blue 235

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

Shades of Blue #2515EB

Tints of Blue #2515EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 80.2%

R = 12.63%
G = 7.17%
B = 80.2%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2515EB (or 0x2515EB) is known color: Blue. HEX triplet: 25, 15 and EB. RGB value is (37,21,235). Sum of RGB (Red+Green+Blue) = 37+21+235=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #2515EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2515EB is #DAEA14. Grayscale: #313131. Windows color (decimal): -14346773 or 15406373. OLE color: 15406373.

HSL color Cylindrical-coordinate representation of color #2515EB: hue angle of 244.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2515EB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 21 235 -
CMYK 0.84 0.91 0 0.08
HSL 244.49º 0.84% 0.5% -
HSV(B) 244.49º 0.91% 0.92% -
XYZ 16.03 6.93 79.09 -
YUV 50.18 232.3 118.6 -
System Red Green Blue C M Y K H S L
Decimal 37 21 235 0.84 0.91 0 0.08 244.49 0.84 0.5
Hex 25 15 EB 54 5B 0 8 F4 54 32
Octal 45 25 353 124 133 0 10 364 124 62
Binary 100101 10101 11101011 1010100 1011011 0 1000 11110100 1010100 110010

Color Harmonies of #2515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515EB

Black with #2515EB

Text Example


Text Example

White with #2515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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