Html Css Color HEX #2517F6 Blue

📋 copy color: '#2517F6'

red 37 ◦ green 23 ◦ blue 246

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

Shades of Blue #2517F6

Tints of Blue #2517F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 80.39%

R = 12.09%
G = 7.52%
B = 80.39%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2517F6 (or 0x2517F6) is known color: Blue. HEX triplet: 25, 17 and F6. RGB value is (37,23,246). Sum of RGB (Red+Green+Blue) = 37+23+246=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 246 (96.48% from 255 or 80.39% from 306); Max value from RGB is 246 - color contains mainly: blue. Hex color #2517F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2517F6 is #DAE809. Grayscale: #333333. Windows color (decimal): -14346250 or 16127781. OLE color: 16127781.

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

Color convert

RGB 37 23 246 -
CMYK 0.85 0.91 0 0.04
HSL 243.77º 0.93% 0.53% -
HSV(B) 243.77º 0.91% 0.96% -
XYZ 17.7 7.66 87.73 -
YUV 52.61 237.14 116.87 -
System Red Green Blue C M Y K H S L
Decimal 37 23 246 0.85 0.91 0 0.04 243.77 0.93 0.53
Hex 25 17 F6 55 5B 0 4 F4 5D 35
Octal 45 27 366 125 133 0 4 364 135 65
Binary 100101 10111 11110110 1010101 1011011 0 100 11110100 1011101 110101

Color Harmonies of #2517F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2517F6

Black with #2517F6

Text Example


Text Example

White with #2517F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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