Html Css Color HEX #2517F7 Blue

📋 copy color: '#2517F7'

red 37 ◦ green 23 ◦ blue 247

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

Shades of Blue #2517F7

Tints of Blue #2517F7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 12.05%
G = 7.49%
B = 80.46%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2517F7 (or 0x2517F7) is known color: Blue. HEX triplet: 25, 17 and F7. RGB value is (37,23,247). Sum of RGB (Red+Green+Blue) = 37+23+247=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 247 (96.88% from 255 or 80.46% from 307); Max value from RGB is 247 - color contains mainly: blue. Hex color #2517F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2517F7 is #DAE808. Grayscale: #333333. Windows color (decimal): -14346249 or 16193317. OLE color: 16193317.

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

Color convert

RGB 37 23 247 -
CMYK 0.85 0.91 0 0.03
HSL 243.75º 0.93% 0.53% -
HSV(B) 243.75º 0.91% 0.97% -
XYZ 17.86 7.72 88.54 -
YUV 52.72 237.64 116.79 -
System Red Green Blue C M Y K H S L
Decimal 37 23 247 0.85 0.91 0 0.03 243.75 0.93 0.53
Hex 25 17 F7 55 5B 0 3 F4 5D 35
Octal 45 27 367 125 133 0 3 364 135 65
Binary 100101 10111 11110111 1010101 1011011 0 11 11110100 1011101 110101

Color Harmonies of #2517F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2517F7

Black with #2517F7

Text Example


Text Example

White with #2517F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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