Html Css Color HEX #2504EF Blue

📋 copy color: '#2504EF'

red 37 ◦ green 4 ◦ blue 239

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

Shades of Blue #2504EF

Tints of Blue #2504EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 13.21%
G = 1.43%
B = 85.36%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2504EF (or 0x2504EF) is known color: Blue. HEX triplet: 25, 04 and EF. RGB value is (37,4,239). Sum of RGB (Red+Green+Blue) = 37+4+239=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #2504EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2504EF is #DAFB10. Grayscale: #272727. Windows color (decimal): -14351121 or 15664165. OLE color: 15664165.

HSL color Cylindrical-coordinate representation of color #2504EF: hue angle of 248.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504EF is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 4 239 -
CMYK 0.85 0.98 0 0.06
HSL 248.43º 0.97% 0.48% -
HSV(B) 248.43º 0.98% 0.94% -
XYZ 16.39 6.71 82.09 -
YUV 40.66 239.93 125.39 -
System Red Green Blue C M Y K H S L
Decimal 37 4 239 0.85 0.98 0 0.06 248.43 0.97 0.48
Hex 25 4 EF 55 62 0 6 F8 61 30
Octal 45 4 357 125 142 0 6 370 141 60
Binary 100101 100 11101111 1010101 1100010 0 110 11111000 1100001 110000

Color Harmonies of #2504EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2504EF

Black with #2504EF

Text Example


Text Example

White with #2504EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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