Html Css Color HEX #2501EF Blue

📋 copy color: '#2501EF'

red 37 ◦ green 1 ◦ blue 239

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

Shades of Blue #2501EF

Tints of Blue #2501EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 86.28%

R = 13.36%
G = 0.36%
B = 86.28%

CMYK

 C value IS 0.85

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2501EF (or 0x2501EF) is known color: Blue. HEX triplet: 25, 01 and EF. RGB value is (37,1,239). Sum of RGB (Red+Green+Blue) = 37+1+239=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #2501EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501EF is #DAFE10. Grayscale: #252525. Windows color (decimal): -14351889 or 15663397. OLE color: 15663397.

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

Color convert

RGB 37 1 239 -
CMYK 0.85 1.00 0 0.06
HSL 249.08º 0.99% 0.47% -
HSV(B) 249.08º 1% 0.94% -
XYZ 16.35 6.65 82.08 -
YUV 38.9 240.93 126.65 -
System Red Green Blue C M Y K H S L
Decimal 37 1 239 0.85 1.00 0 0.06 249.08 0.99 0.47
Hex 25 1 EF 55 64 0 6 F9 63 2F
Octal 45 1 357 125 144 0 6 371 143 57
Binary 100101 1 11101111 1010101 1100100 0 110 11111001 1100011 101111

Color Harmonies of #2501EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501EF

Black with #2501EF

Text Example


Text Example

White with #2501EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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