Html Css Color HEX #2519F1 Blue

📋 copy color: '#2519F1'

red 37 ◦ green 25 ◦ blue 241

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

Shades of Blue #2519F1

Tints of Blue #2519F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 79.54%

R = 12.21%
G = 8.25%
B = 79.54%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2519F1 (or 0x2519F1) is known color: Blue. HEX triplet: 25, 19 and F1. RGB value is (37,25,241). Sum of RGB (Red+Green+Blue) = 37+25+241=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #2519F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519F1 is #DAE60E. Grayscale: #343434. Windows color (decimal): -14345743 or 15800613. OLE color: 15800613.

HSL color Cylindrical-coordinate representation of color #2519F1: hue angle of 243.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519F1 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 25 241 -
CMYK 0.85 0.90 0 0.05
HSL 243.33º 0.89% 0.52% -
HSV(B) 243.33º 0.9% 0.95% -
XYZ 16.99 7.44 83.76 -
YUV 53.21 233.98 116.44 -
System Red Green Blue C M Y K H S L
Decimal 37 25 241 0.85 0.90 0 0.05 243.33 0.89 0.52
Hex 25 19 F1 55 5A 0 5 F3 59 34
Octal 45 31 361 125 132 0 5 363 131 64
Binary 100101 11001 11110001 1010101 1011010 0 101 11110011 1011001 110100

Color Harmonies of #2519F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519F1

Black with #2519F1

Text Example


Text Example

White with #2519F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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