Html Css Color HEX #2513F7 Blue

📋 copy color: '#2513F7'

red 37 ◦ green 19 ◦ blue 247

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

Shades of Blue #2513F7

Tints of Blue #2513F7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 247 (96.88% from 255) = 81.52%

R = 12.21%
G = 6.27%
B = 81.52%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2513F7 (or 0x2513F7) is known color: Blue. HEX triplet: 25, 13 and F7. RGB value is (37,19,247). Sum of RGB (Red+Green+Blue) = 37+19+247=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 247 (96.88% from 255 or 81.52% from 303); Max value from RGB is 247 - color contains mainly: blue. Hex color #2513F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2513F7 is #DAEC08. Grayscale: #313131. Windows color (decimal): -14347273 or 16192293. OLE color: 16192293.

HSL color Cylindrical-coordinate representation of color #2513F7: hue angle of 244.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2513F7 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 19 247 -
CMYK 0.85 0.92 0 0.03
HSL 244.74º 0.93% 0.52% -
HSV(B) 244.74º 0.92% 0.97% -
XYZ 17.78 7.57 88.52 -
YUV 50.37 238.96 118.46 -
System Red Green Blue C M Y K H S L
Decimal 37 19 247 0.85 0.92 0 0.03 244.74 0.93 0.52
Hex 25 13 F7 55 5C 0 3 F5 5D 34
Octal 45 23 367 125 134 0 3 365 135 64
Binary 100101 10011 11110111 1010101 1011100 0 11 11110101 1011101 110100

Color Harmonies of #2513F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2513F7

Black with #2513F7

Text Example


Text Example

White with #2513F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2513F7; }

 p { color: rgb(37,19,247); }

 H1.HeaderClassName
 {
   color: #2513F7;
 }
 .AnyTagClassName
 {
   color: #2513F7;
 }
</style>

background-color css

<style>
 a { background-color: #2513F7; }

 a { background-color: rgb(37,19,247); }

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

border-color css

<style>
 span { border-color: #2513F7; }

 span { border-color: rgb(37,19,247); }

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