Html Css Color HEX #2519FB Blue

📋 copy color: '#2519FB'

red 37 ◦ green 25 ◦ blue 251

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

Shades of Blue #2519FB

Tints of Blue #2519FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 80.19%

R = 11.82%
G = 7.99%
B = 80.19%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2519FB (or 0x2519FB) is known color: Blue. HEX triplet: 25, 19 and FB. RGB value is (37,25,251). Sum of RGB (Red+Green+Blue) = 37+25+251=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #2519FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519FB is #DAE604. Grayscale: #353535. Windows color (decimal): -14345733 or 16455973. OLE color: 16455973.

HSL color Cylindrical-coordinate representation of color #2519FB: hue angle of 243.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519FB is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 25 251 -
CMYK 0.85 0.90 0 0.02
HSL 243.19º 0.97% 0.54% -
HSV(B) 243.19º 0.9% 0.98% -
XYZ 18.52 8.05 91.85 -
YUV 54.35 238.98 115.62 -
System Red Green Blue C M Y K H S L
Decimal 37 25 251 0.85 0.90 0 0.02 243.19 0.97 0.54
Hex 25 19 FB 55 5A 0 2 F3 61 36
Octal 45 31 373 125 132 0 2 363 141 66
Binary 100101 11001 11111011 1010101 1011010 0 10 11110011 1100001 110110

Color Harmonies of #2519FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519FB

Black with #2519FB

Text Example


Text Example

White with #2519FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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