Html Css Color HEX #2519EA Blue

📋 copy color: '#2519EA'

red 37 ◦ green 25 ◦ blue 234

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

Shades of Blue #2519EA

Tints of Blue #2519EA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 234 (91.8% from 255) = 79.05%

R = 12.5%
G = 8.45%
B = 79.05%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2519EA (or 0x2519EA) is known color: Blue. HEX triplet: 25, 19 and EA. RGB value is (37,25,234). Sum of RGB (Red+Green+Blue) = 37+25+234=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #2519EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519EA is #DAE615. Grayscale: #333333. Windows color (decimal): -14345750 or 15341861. OLE color: 15341861.

HSL color Cylindrical-coordinate representation of color #2519EA: hue angle of 243.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2519EA is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 25 234 -
CMYK 0.84 0.89 0 0.08
HSL 243.45º 0.83% 0.51% -
HSV(B) 243.45º 0.89% 0.92% -
XYZ 15.96 7.03 78.36 -
YUV 52.41 230.48 117.01 -
System Red Green Blue C M Y K H S L
Decimal 37 25 234 0.84 0.89 0 0.08 243.45 0.83 0.51
Hex 25 19 EA 54 59 0 8 F3 53 33
Octal 45 31 352 124 131 0 10 363 123 63
Binary 100101 11001 11101010 1010100 1011001 0 1000 11110011 1010011 110011

Color Harmonies of #2519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519EA

Black with #2519EA

Text Example


Text Example

White with #2519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2519EA; }

 p { color: rgb(37,25,234); }

 H1.HeaderClassName
 {
   color: #2519EA;
 }
 .AnyTagClassName
 {
   color: #2519EA;
 }
</style>

background-color css

<style>
 a { background-color: #2519EA; }

 a { background-color: rgb(37,25,234); }

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

border-color css

<style>
 span { border-color: #2519EA; }

 span { border-color: rgb(37,25,234); }

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