Html Css Color HEX #2501EB Blue

📋 copy color: '#2501EB'

red 37 ◦ green 1 ◦ blue 235

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

Shades of Blue #2501EB

Tints of Blue #2501EB

RGB

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

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

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

R = 13.55%
G = 0.37%
B = 86.08%

CMYK

 C value IS 0.84

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2501EB (or 0x2501EB) is known color: Blue. HEX triplet: 25, 01 and EB. RGB value is (37,1,235). Sum of RGB (Red+Green+Blue) = 37+1+235=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #2501EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501EB is #DAFE14. Grayscale: #252525. Windows color (decimal): -14351893 or 15401253. OLE color: 15401253.

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

Color convert

RGB 37 1 235 -
CMYK 0.84 1.00 0 0.08
HSL 249.23º 0.99% 0.46% -
HSV(B) 249.23º 1% 0.92% -
XYZ 15.77 6.41 79 -
YUV 38.44 238.93 126.97 -
System Red Green Blue C M Y K H S L
Decimal 37 1 235 0.84 1.00 0 0.08 249.23 0.99 0.46
Hex 25 1 EB 54 64 0 8 F9 63 2E
Octal 45 1 353 124 144 0 10 371 143 56
Binary 100101 1 11101011 1010100 1100100 0 1000 11111001 1100011 101110

Color Harmonies of #2501EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501EB

Black with #2501EB

Text Example


Text Example

White with #2501EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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