Html Css Color HEX #2501FB Blue

📋 copy color: '#2501FB'

red 37 ◦ green 1 ◦ blue 251

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

Shades of Blue #2501FB

Tints of Blue #2501FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 12.8%
G = 0.35%
B = 86.85%

CMYK

 C value IS 0.85

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2501FB (or 0x2501FB) is known color: Blue. HEX triplet: 25, 01 and FB. RGB value is (37,1,251). Sum of RGB (Red+Green+Blue) = 37+1+251=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 251 (98.44% from 255 or 86.85% from 289); Max value from RGB is 251 - color contains mainly: blue. Hex color #2501FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501FB is #DAFE04. Grayscale: #272727. Windows color (decimal): -14351877 or 16449829. OLE color: 16449829.

HSL color Cylindrical-coordinate representation of color #2501FB: hue angle of 248.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2501FB is Cyan = 0.85, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 1 251 -
CMYK 0.85 1.00 0 0.02
HSL 248.64º 0.99% 0.49% -
HSV(B) 248.64º 1% 0.98% -
XYZ 18.19 7.38 91.73 -
YUV 40.26 246.93 125.67 -
System Red Green Blue C M Y K H S L
Decimal 37 1 251 0.85 1.00 0 0.02 248.64 0.99 0.49
Hex 25 1 FB 55 64 0 2 F9 63 31
Octal 45 1 373 125 144 0 2 371 143 61
Binary 100101 1 11111011 1010101 1100100 0 10 11111001 1100011 110001

Color Harmonies of #2501FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501FB

Black with #2501FB

Text Example


Text Example

White with #2501FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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