Html Css Color HEX #2506C5 Medium Blue

📋 copy color: '#2506C5'

red 37 ◦ green 6 ◦ blue 197

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

Shades of Medium Blue #2506C5

Tints of Medium Blue #2506C5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 197 (77.34% from 255) = 82.08%

R = 15.42%
G = 2.5%
B = 82.08%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2506C5 (or 0x2506C5) is known color: Medium Blue. HEX triplet: 25, 06 and C5. RGB value is (37,6,197). Sum of RGB (Red+Green+Blue) = 37+6+197=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 197 (77.34% from 255 or 82.08% from 240); Max value from RGB is 197 - color contains mainly: blue. Hex color #2506C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506C5 is #DAF93A. Grayscale: #242424. Windows color (decimal): -14350651 or 12912165. OLE color: 12912165.

HSL color Cylindrical-coordinate representation of color #2506C5: hue angle of 249.74º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506C5 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 6 197 -
CMYK 0.81 0.97 0 0.23
HSL 249.74º 0.94% 0.4% -
HSV(B) 249.74º 0.97% 0.77% -
XYZ 10.91 4.55 53.13 -
YUV 37.04 218.27 127.97 -
System Red Green Blue C M Y K H S L
Decimal 37 6 197 0.81 0.97 0 0.23 249.74 0.94 0.4
Hex 25 6 C5 51 61 0 17 FA 5E 28
Octal 45 6 305 121 141 0 27 372 136 50
Binary 100101 110 11000101 1010001 1100001 0 10111 11111010 1011110 101000

Color Harmonies of #2506C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2506C5

Black with #2506C5

Text Example


Text Example

White with #2506C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2506C5; }

 p { color: rgb(37,6,197); }

 H1.HeaderClassName
 {
   color: #2506C5;
 }
 .AnyTagClassName
 {
   color: #2506C5;
 }
</style>

background-color css

<style>
 a { background-color: #2506C5; }

 a { background-color: rgb(37,6,197); }

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

border-color css

<style>
 span { border-color: #2506C5; }

 span { border-color: rgb(37,6,197); }

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