Html Css Color HEX #2501C6 Medium Blue

📋 copy color: '#2501C6'

red 37 ◦ green 1 ◦ blue 198

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

Shades of Medium Blue #2501C6

Tints of Medium Blue #2501C6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 198 (77.73% from 255) = 83.9%

R = 15.68%
G = 0.42%
B = 83.9%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2501C6 (or 0x2501C6) is known color: Medium Blue. HEX triplet: 25, 01 and C6. RGB value is (37,1,198). Sum of RGB (Red+Green+Blue) = 37+1+198=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 198 (77.73% from 255 or 83.90% from 236); Max value from RGB is 198 - color contains mainly: blue. Hex color #2501C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2501C6 is #DAFE39. Grayscale: #212121. Windows color (decimal): -14351930 or 12976421. OLE color: 12976421.

HSL color Cylindrical-coordinate representation of color #2501C6: hue angle of 250.96º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2501C6 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 1 198 -
CMYK 0.81 0.99 0 0.22
HSL 250.96º 0.99% 0.39% -
HSV(B) 250.96º 0.99% 0.78% -
XYZ 10.97 4.49 53.72 -
YUV 34.22 220.43 129.98 -
System Red Green Blue C M Y K H S L
Decimal 37 1 198 0.81 0.99 0 0.22 250.96 0.99 0.39
Hex 25 1 C6 51 63 0 16 FB 63 27
Octal 45 1 306 121 143 0 26 373 143 47
Binary 100101 1 11000110 1010001 1100011 0 10110 11111011 1100011 100111

Color Harmonies of #2501C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501C6

Black with #2501C6

Text Example


Text Example

White with #2501C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2501C6; }

 p { color: rgb(37,1,198); }

 H1.HeaderClassName
 {
   color: #2501C6;
 }
 .AnyTagClassName
 {
   color: #2501C6;
 }
</style>

background-color css

<style>
 a { background-color: #2501C6; }

 a { background-color: rgb(37,1,198); }

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

border-color css

<style>
 span { border-color: #2501C6; }

 span { border-color: rgb(37,1,198); }

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