Html Css Color HEX #2500FA Blue

📋 copy color: '#2500FA'

red 37 ◦ green 0 ◦ blue 250

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

Shades of Blue #2500FA

Tints of Blue #2500FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 87.11%

R = 12.89%
G = 0%
B = 87.11%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2500FA (or 0x2500FA) is known color: Blue. HEX triplet: 25, 00 and FA. RGB value is (37,0,250). Sum of RGB (Red+Green+Blue) = 37+0+250=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #2500FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2500FA is #DAFF05. Grayscale: #262626. Windows color (decimal): -14352134 or 16384037. OLE color: 16384037.

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

Color convert

RGB 37 0 250 -
CMYK 0.85 1 0 0.02
HSL 248.88º 1% 0.49% -
HSV(B) 248.88º 1% 0.98% -
XYZ 18.02 7.3 90.9 -
YUV 39.56 246.76 126.17 -
System Red Green Blue C M Y K H S L
Decimal 37 0 250 0.85 1 0 0.02 248.88 1 0.49
Hex 25 0 FA 55 64 0 2 F9 64 31
Octal 45 0 372 125 144 0 2 371 144 61
Binary 100101 0 11111010 1010101 1100100 0 10 11111001 1100100 110001

Color Harmonies of #2500FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500FA

Black with #2500FA

Text Example


Text Example

White with #2500FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2500FA; }

 p { color: rgb(37,0,250); }

 H1.HeaderClassName
 {
   color: #2500FA;
 }
 .AnyTagClassName
 {
   color: #2500FA;
 }
</style>

background-color css

<style>
 a { background-color: #2500FA; }

 a { background-color: rgb(37,0,250); }

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

border-color css

<style>
 span { border-color: #2500FA; }

 span { border-color: rgb(37,0,250); }

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