Html Css Color HEX #2506C0 Medium Blue

📋 copy color: '#2506C0'

red 37 ◦ green 6 ◦ blue 192

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

Shades of Medium Blue #2506C0

Tints of Medium Blue #2506C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 81.7%

R = 15.74%
G = 2.55%
B = 81.7%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2506C0 (or 0x2506C0) is known color: Medium Blue. HEX triplet: 25, 06 and C0. RGB value is (37,6,192). Sum of RGB (Red+Green+Blue) = 37+6+192=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 192 (75.39% from 255 or 81.70% from 235); Max value from RGB is 192 - color contains mainly: blue. Hex color #2506C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506C0 is #DAF93F. Grayscale: #232323. Windows color (decimal): -14350656 or 12584485. OLE color: 12584485.

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

Color convert

RGB 37 6 192 -
CMYK 0.81 0.97 0 0.25
HSL 250º 0.94% 0.39% -
HSV(B) 250º 0.97% 0.75% -
XYZ 10.34 4.33 50.16 -
YUV 36.47 215.77 128.38 -
System Red Green Blue C M Y K H S L
Decimal 37 6 192 0.81 0.97 0 0.25 250 0.94 0.39
Hex 25 6 C0 51 61 0 19 FA 5E 27
Octal 45 6 300 121 141 0 31 372 136 47
Binary 100101 110 11000000 1010001 1100001 0 11001 11111010 1011110 100111

Color Harmonies of #2506C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2506C0

Black with #2506C0

Text Example


Text Example

White with #2506C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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